0
Why this code is not working on my phone ?
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
0
thank you
0
FYI: your whole code should be indentatate property otherwise it wouldn't give expected results.