Python run time limit before TLE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Python run time limit before TLE

Hi everyone, has the runtime before TLE error been greatly reduce?? Yesterday The following code used to run with: precision = 314159 * 8 #no TLE error Now to get the code to finish running without TLE I had set : precision = 314159 * 2. GeneratePi2.py https://code.sololearn.com/cR1xa65BZ5Ej/?ref=app

2nd Dec 2019, 8:17 AM
Rick Shiffman
Rick Shiffman - avatar
1 Answer
+ 1
It seems like the TLE isnt fixed and probably depends on the SoloLearn server load at the time. Other people have reported seeing this behavior.
4th Dec 2019, 5:05 AM
Tom