Skip to content

BUG example. #2

Description

@maruf009sultan

bro, what's the issue? numbers = [10, 20, 30, 40, 50]
total = 0
for i in range(len(numbers) + 1):
total += numbers[i]
print("Average:", total / len(numbers))

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions