- 2
I'm confused
3 Antworten
+ 1
Take a deep breath and fart as hard as you can😂
+ 1
What are you confused about? Are you confused on how they work, or are you confused about how a certain code is?
0
if you're using if loops, try look for while loops. I've some codes in Python with loops. Take a look.
To understand how loops stuffs, you should understand how Python read a code.
Python always read one line by time. But if one "condition" isn't satisfied, Python can go to next line ( if this condition are empty) or keep in that condition until it was satisfied.