It shows continue is not properly in loop :/ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

It shows continue is not properly in loop :/

https://code.sololearn.com/c6xv8kHUG5up/?ref=app

19th Jun 2018, 2:04 PM
RoXy Jean
RoXy Jean - avatar
2 Answers
+ 3
Watch your indentations. Everything under the while should be indented in order for python to know that the rest of your code is inside the while loop. https://code.sololearn.com/cNvgd1AvE7cO/?ref=app
19th Jun 2018, 2:18 PM
Zeke Williams
Zeke Williams - avatar
+ 1
thx :D
19th Jun 2018, 2:38 PM
RoXy Jean
RoXy Jean - avatar