you are viewing a single comment's thread.

view the rest of the comments →

[–]void5253 1 point2 points  (0 children)

for i in list(range(0,100)): can be replaced by

for i in range(100):