You are viewing a single comment's thread. Return to all comments →
len([0,1,2,3,4) == 5
so list[len(list)] is out bounds because the index starts at 0.
for i in range(len(b)-1):
Seems like cookies are disabled on this browser, please enable them to open this website
Sherlock and Moving Tiles
You are viewing a single comment's thread. Return to all comments →
len([0,1,2,3,4) == 5
so list[len(list)] is out bounds because the index starts at 0.
for i in range(len(b)-1):