Is there a way to control the inputs? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

9th Apr 2019, 9:20 PM
Rich Farley
Rich Farley - avatar
5 Answers
+ 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.
9th Apr 2019, 9:53 PM
Person
Person - avatar
+ 3
Rich Farley Hardly, I have never seen here.
9th Apr 2019, 9:54 PM
Solo
Solo - avatar
+ 3
I was curious, only because I had worked this out a while back, and it runs perfectly in python shell.
9th Apr 2019, 10:07 PM
Rich Farley
Rich Farley - avatar
+ 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?
10th Apr 2019, 6:59 PM
William Fash
 William Fash - avatar
0
out of luck. No interpreter exists in Sololearn. They provide Python only scripted.
6th May 2019, 3:51 AM
Choe
Choe - avatar