Help with python3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help with python3

when writing python I keep getting a message that says time limit exceeded why is that happening

10th Jul 2018, 11:34 PM
Thomas
Thomas - avatar
5 Answers
+ 4
it means the code is running to long for the sololearn compiler
10th Jul 2018, 11:38 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 4
Thomas then close the app. wait 10 seconds. open the app again.
10th Jul 2018, 11:45 PM
LONGTIE👔
LONGTIE👔 - avatar
+ 1
LONGTIE thank you it's working now.
10th Jul 2018, 11:46 PM
Thomas
Thomas - avatar
0
I dont think its an issue with python, but a limitation when using the code playground. Your code has long to run after you press the 'run' button, if it takes too long (if you have an infinite loop for example), you get the time limit exceeded message.
10th Jul 2018, 11:38 PM
Jordan
Jordan - avatar
0
even if I write print ("hello") it still happens.
10th Jul 2018, 11:40 PM
Thomas
Thomas - avatar