+ 2
Help with python3
when writing python I keep getting a message that says time limit exceeded why is that happening
5 Respuestas
+ 4
it means the code is running to long for the sololearn compiler
+ 4
Thomas then close the app. wait 10 seconds. open the app again.
+ 1
LONGTIE thank you it's working now.
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.
0
even if I write
print ("hello") it still happens.