I'm confused | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

I'm confused

29th Sep 2017, 5:38 PM
Abeeku Ampah
Abeeku Ampah - avatar
3 Answers
+ 1
Take a deep breath and fart as hard as you can😂
29th Sep 2017, 5:41 PM
Shashank Pandey
Shashank Pandey - avatar
+ 1
What are you confused about? Are you confused on how they work, or are you confused about how a certain code is?
29th Sep 2017, 5:48 PM
Dillion Piazza
Dillion  Piazza - avatar
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.
29th Sep 2017, 9:20 PM
▲TopGun ▲
▲TopGun ▲ - avatar