Why is my code giving me EOF | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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

21st Dec 2022, 10:19 AM
Joshua Jude Olakunle
Joshua Jude Olakunle - avatar
2 Réponses
+ 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
21st Dec 2022, 10:58 AM
Jayakrishna 🇮🇳
0
But, it's a game. A game has to be stuck on a loop
31st Dec 2022, 12:26 PM
Joshua Jude Olakunle
Joshua Jude Olakunle - avatar