Can anybody please explain what's going on wrong in my code??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anybody please explain what's going on wrong in my code???

Here's the link: https://code.sololearn.com/cXn6Ils18SUU/?ref=app

14th May 2018, 3:58 PM
scientist
scientist - avatar
7 Answers
+ 6
works fine. What error do you get?
14th May 2018, 4:04 PM
James Flanders
+ 6
You have provided wrong input. Each input should be on a separate line.
14th May 2018, 4:18 PM
James Flanders
+ 2
Jan Markus thanks!!😃😃😃, now I know the problem I was just entering only one input value not the other ones separated by the "enter like button", thanks once again, you solved my problem 😃😃!!!
14th May 2018, 4:26 PM
scientist
scientist - avatar
+ 2
thanks once again! Jan Markus
14th May 2018, 6:26 PM
scientist
scientist - avatar
+ 1
this sololearn python editor is not good, it asks me for input even when i have made the input line a comment!!, but results ultimately are from actual uncommented code blocks
14th May 2018, 5:53 PM
scientist
scientist - avatar
0
James Flanders here's the error: number1 number2 Traceback (most recent call last): File "..\Playground\", line 2, in <module> b=int(input("number 2")) EOFError: EOF when reading a line
14th May 2018, 4:08 PM
scientist
scientist - avatar
0
I also don't know why but it is not working
14th May 2018, 4:08 PM
scientist
scientist - avatar