+ 1
Please Help!!
Why is there an error in line 13?? Thanks for your help! https://code.sololearn.com/cT6n6d50evnQ/?ref=app
4 Answers
+ 2
I believe the error is due to how sololearn takes in input (does it all at once in the beginning.) What happens is it tries to read another number but there isn't one.
You can put in a bunch of inputs if you like though, just put a return in between each number.
+ 2
(If you can)Use an IDE like PyCharm for testing programs.
0
In Python idle on the pc it works!
So it's most likely due to SoloLearn...
0
Thanks for your help anywayâșïž