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.")
Remind me to talk to you about "boolean expressions".
ReplyDelete