0
Why is this code not working
Help me with this code it won't work https://code.sololearn.com/cQfxRPSB0m3V/?ref=app
2 Answers
+ 2
Don't use while True in SoloLearn code playground
+ 1
Hi,
Python interpreter tries to tell you.
As a beginner it is very important to understand error messages.
Read it carefully. Did you understand, you had an indentation error?....more than one.Python will tell u where
Go on .... not so bad.



