Can't fix the error. Anyone?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
27th May 2019, 4:31 AM
Md Affan
Md Affan - avatar
2 Answers
+ 6
The spaces were messed up, and the while loop was broken too https://code.sololearn.com/cTQf1iirHjQa/?ref=app
27th May 2019, 4:54 AM
Airree
Airree - avatar
+ 4
It needs to look like this (note the indentation): while condition: if condition: do_something() elif condition: do_something() elif condition: do_something() Your variable "ans" doesn't do anything. You could use it to break the loop: if user_input == '': ans = False
27th May 2019, 4:58 AM
Anna
Anna - avatar