0
The Sololearn problem
Does anybody get why this code accepts all three inputs at once instead of one at a time? Cause this works well when i'm using a regular IDE😕 https://code.sololearn.com/cM8u49ltGmmP/?ref=app I'd appreciate any help i can get🙏
2 ответов
+ 3
It's a sololearn limitation. They require all inputs before the start of the application. This is because the app actually runs remotely. When the dialog box pops up in the start, put all your inputs there at once. You can use several lines to do that. It will feed that to the input prompts.
This makes interactive programming on sololearn impossible. But you can have several inputs queued from the start.
+ 1
Ohh now i get it, i thought i was at fault.
Thanks Jerry Hobby problemo solved😉