Wednesday, February 2, 2011

Next Lesson in Python3

Yesterday I finally finish with the input and output tutorial today I learned about "loops" which it means something repeating constantly and also how a infinite loop goes and goes and never stops, I actually found that really interesting how a little code you type it would keep on going and a going:


while 1 == 1:
   print("Help, I'm stuck.")
 

1 comment: