4 Respostas
+ 2
Exception EOFError: Raised when the input() function hits and end-of-file condition (EOF) without reading any data.
https://docs.python.org/3/library/exceptions.html#EOFError
+ 2
Remember that, unlike other Python IDE’s, all inputs must be entered at the beginning of the code in the Sololearn’s Code Playground.
+ 1
Diego Acero ok thank you
0
Diego Acero Thank you