0

Why this code is not working on my phone ?

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

8th Apr 2017, 11:24 AM
ash
3 Answers
0
there is a syntax error @ while True : print("options:") indent your code ploperly. while True : print("options:") in Python indentation is indentation as it defines the scope/block
8th Apr 2017, 11:26 AM
Eranga
Eranga - avatar
0
thank you
9th Apr 2017, 2:19 AM
ash
0
FYI: your whole code should be indentatate property otherwise it wouldn't give expected results.
9th Apr 2017, 3:28 AM
Eranga
Eranga - avatar