0
Help me adapt this code to Sololearn
Hello everyone, I'm new to python and I've build this hangman game code using another online python compiler (https://www.programiz.com/python-programming/online-compiler/) and it worked just fine there but now it doesn't work when i'm using the SoloLearn Code Playground as it raises a lot of issues (mainly EOF). Does anyone has an idea how I could make it work? Here is the url: https://www.sololearn.com/compiler-playground/c4f62KaXZ12p/#py Also if anyone as recommandations or suggestions on how I could make it simpler/better/more efficient, I would be happy to hear what more experienced coders think of it!
2 odpowiedzi
+ 5
Hrs
Sololearn is not interactive.
And Error EOF, because of no input from your side.
Run this and see how sololearn input works.. this explains how solo learn input console works...
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
0
Thank you very much!!