0
Multiple Input Error
When trying to implement multiple inputs into a script, ask question âaâ and then ask question âbâ, python asks them all at the same time. Additionally, python will not use the string in the input box to prompt the user. I tried looking at the example string they had, but when I pressed run, the same errors popped up! https://code.sololearn.com/clJ4gWV1I1st/?ref=app
2 RĂ©ponses
+ 5
The input system at Sololearn works odd. You have to give all your input at once. In your case it is for instance:
6 and enter
5
Then press submit.
0
That blows