How do I fix the problem with my python output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

11th Aug 2020, 9:53 PM
Damilola Ayeni
Damilola Ayeni - avatar
2 Answers
+ 4
Remove time.sleep() from your code and run again . I think Sololearn has limit execution time.
11th Aug 2020, 10:39 PM
Mohammadreza Ziadiparast
Mohammadreza Ziadiparast - avatar
+ 4
Damilola Ayeni remove import time remove all time.sleep() and this is the result https://code.sololearn.com/ceJOd6WaPWd1/?ref=app
12th Aug 2020, 1:18 AM
BroFar
BroFar - avatar