0
What am I doing wrong in playground?
So, I wrote a mini-game which seems to be working good on PC but I have encountered a problem within the playground https://code.sololearn.com/cDHL0lYHCDow/?ref=app Can someone tell me where is my mistake?
2 ответов
+ 3
Non-web programs on Sololearn are not run live, but they are sent to Sololearn, they run it, and what you see is only the final output.
That means that eternal or dynamically controlled loops plus input are tricky.
Watch this for more details:
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 3
Your indentation is completly messed up. Did you take a look at your previous post? I'm sure the answers there will be very helpful.