Skip to content

Commit e84f186

Browse files
committed
oops
1 parent ab4a7a8 commit e84f186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ while True:
464464

465465
```python
466466
numbers = ['1', '2', '3']
467-
for number in number:
467+
for number in numbers:
468468
number = int(number)
469469
print(numbers)
470470
```

0 commit comments

Comments
 (0)