I don't get the for loops in python!?!?!?!? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I don't get the for loops in python!?!?!?!?

PLEASE HELP!!!!!

25th Apr 2017, 3:50 AM
Gabriel
Gabriel - avatar
4 Answers
+ 6
https://wiki.python.org/moin/ForLoop
25th Apr 2017, 3:51 AM
Nithiwat
Nithiwat - avatar
+ 2
thanks Nithiwat Sirirattanachaikul
25th Apr 2017, 4:08 AM
Gabriel
Gabriel - avatar
0
for numbers in range (1,10): print (numbers) 1 2 3 4 5 6 7 8 9 so for each number it prints it.
25th Apr 2017, 10:33 AM
James
James - avatar