0
Why is my code giving me EOF
I created a rock, paper, scissors game. When I ran it on an app, 'python compiler', it worked perfectly, but sololearn's compiler keeps giving me an error EO... What do I do??? https://code.sololearn.com/cq2PmSnmymC2/?ref=app
2 Antworten
+ 2
Error because of no input from your side.. You need to give all inputs required by program line by line, to run it successfully before executing in pop-up window..
Run this and see how sololearn input works.. It's not interactive.
this code below, explains how solo learn input console works...
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
0
But, it's a game. A game has to be stuck on a loop