0
How do I fix the problem with my python output
My Python project produces a correct output on other IDE'S/ Editors but I get no output on Sololearn, how can I fix this https://code.sololearn.com/cSMjYq3TP7I5/?ref=app
2 Respuestas
+ 4
Remove time.sleep() from your code and run again .
I think Sololearn has limit execution time.
+ 4
Damilola Ayeni
remove import time
remove all time.sleep()
and this is the result
https://code.sololearn.com/ceJOd6WaPWd1/?ref=app