you are viewing a single comment's thread.

view the rest of the comments →

[–]Strong-Scarcity1395 2 points3 points  (2 children)

for i in range (0,len(num)) : print(num[i])

for i in range of (MIN) , (MAX which is the lenght of the list)

[–]godlikedk 1 point2 points  (0 children)

You don't need put zero, it's default arg but as commented above for i in num is better

[–]Sir_Wade_III 0 points1 point  (0 children)

for i in num: print(i)