Help me adapt this code to Sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

25th Nov 2022, 4:28 PM
Hrs
2 Answers
+ 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
25th Nov 2022, 4:36 PM
Jayakrishna 🇮🇳
0
Thank you very much!!
27th Nov 2022, 10:51 PM
Hrs