+ 1
Can anybody please explain what's going on wrong in my code???
Here's the link: https://code.sololearn.com/cXn6Ils18SUU/?ref=app
7 Antworten
+ 6
works fine. What error do you get?
+ 6
You have provided wrong input.
Each input should be on a separate line.
+ 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 😃😃!!!
+ 2
thanks once again! Jan Markus
+ 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
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
0
I also don't know why but it is not working