All activities
Tier 1 · Find the bug
Spot the out-of-range line
Find the bug
Click the one line that makes this crash.
1
def last_item(items):
2
n = len(items)
3
return items[n]
Check this line