+ 2
How can I get user input in python 3 in the code playground? I tried the input function but it's giving me an EOF error
I tried my lines of code in a desktop version of python 3 and it's working perfectly fine here it isn't. Please help https://code.sololearn.com/c550SG3pLDNf/?ref=app
6 Answers
+ 3
you should split lines so first input is inputted in the first line, second input is inputted in the second line, etc.
+ 2
It working fine for me!
No errors
View this:đ
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
+ 2
Wow
Now I got it
I tested it again and it's working fine
Thanks friend for your help
+ 2
Adepoju Faith Daniel
Run the below code to understand how input works in SoloLearn.
https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
Granger
It is not a bug, the majority of online compilers works that way. There may be a few that works differently, but essentially, you can't compare online code processors to those that works offline (Pydroid etc.)
+ 1
@Vadi velan, I've uploaded my attempts