+ 2
Solo Learns Code Playground
So recently because I was getting a lot of "EOFError: EOF when reading a line" these. My code works perfectly fine in the IDLE, in CodeSkulptor and Trinket. Most of my python programs and a few others have been getting EOF errors where there should not be, because I want to upload my programs and want them to work I embed the code with https://trinket.io/. In the HTML play ground. Why doesn't the python work? Is there a way around this?
2 odpowiedzi
+ 2
It looks like code playground accepts user input only once... if you call input() twice you get that error
+ 2
Yeah, sololearn has got really bad python input system...