0
I tried this code but can’t run it
https://sololearn.com/compiler-playground/c5Ip8ebjT75A/?ref=app
4 odpowiedzi
+ 5
Did you try it on Sololearn? Remember, it doesn't accept real-time input. You need to input your data all at the beginning.
I typed (each on a new line)
MyName
900
No
And it output that MyName had won with a bid off 900.
+ 3
Sololearn's compiler needs all of the input after you hit run, it doesn't accept real-time. Reading this might help:
https://www.sololearn.com/discuss/1156802/?ref=app
https://www.sololearn.com/discuss/863989/?ref=app
https://www.sololearn.com/discuss/1794053/?ref=app
https://code.sololearn.com/c7UzCJ2c4h9A/?ref=app
+ 1
Thanks
0
When i run it on pythonIDE3 it runs alright but when i bring it here thats what am facing boss