Skip to content

Commit 2207635

Browse files
committed
removing output of list before indexError
1 parent be91217 commit 2207635

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

episodes/for-loops.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ odds = [1, 3, 5]
5151
print(odds[0], odds[1], odds[2], odds[3])
5252
```
5353

54-
```output
55-
1 3 5
56-
```
5754
We get an IndexError when we try to refer to an item in a list that does not exist.
5855

5956
```error

0 commit comments

Comments
 (0)