+ 3
Is there a way to control the inputs?
Instead of having you handle all inputs at the same time, can you force them individually like in the shell? https://code.sololearn.com/cqUUgg55s237/?ref=app
5 Réponses
+ 1
I don’t think you can. Sorry. I would say input is the biggest flaw of Sololearn’s code playground. I’m pretty sure you are just talking about in Sololearn, but just in case, it’s normally seperate outside of Sololearn.
+ 3
Rich Farley
Hardly, I have never seen here.
+ 3
I was curious, only because I had worked this out a while back, and it runs perfectly in python shell.
+ 1
I’ve been trying to work through the same issue with a similar multi-input guessing game. It is also a challenge to make the programs interactive when we can’t customize the input() message. Anyone know if we can help fix the code playground problem?
0
out of luck. No interpreter exists in Sololearn. They provide Python only scripted.