What to look out when "time limit exceeded" happens in Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What to look out when "time limit exceeded" happens in Python

What should a pythonist look out for when encountering the "time limit exceeded" output (when running big python scripts) here in SoloLearn?

13th Apr 2017, 9:53 AM
zapperken
zapperken - avatar
3 Answers
+ 10
Limit your program to make it run completely because you cannot increase execution time of SoloLearn
13th Apr 2017, 10:04 AM
Sachin Artani
Sachin Artani - avatar
+ 9
SoloLearn offers a free online server-compiler so it is limited otherwise if they make it free then SoloLearn would be 3GB+
13th Apr 2017, 10:44 AM
MrCoder
MrCoder - avatar
+ 2
Thanks for the inputs, MrCoder and Sachin Artani. I will be editting my script and look for simple ways for it to execute with less time limit exceeding.
14th Apr 2017, 6:24 AM
zapperken
zapperken - avatar