While creating a python programme in coding playground 'Time limit exceed' Error is occurring!!!! Why thjs happening so?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

While creating a python programme in coding playground 'Time limit exceed' Error is occurring!!!! Why thjs happening so??

Time limit exceed errorin code playground

30th May 2018, 2:59 PM
Zaid
Zaid - avatar
3 Answers
+ 1
The only program that you have made and I can see works.
30th May 2018, 4:15 PM
Paul
Paul - avatar
0
The program took too long to execute fully: meaning something in the program is causing unexpected pausing. Check over it, if you make extensive use of loops (especially WHILE), shave off the unnecessary ones, then condense your code. Condense? I mean Improve. :)
30th May 2018, 3:05 PM
ghostwalker13
ghostwalker13 - avatar
0
you might have infinite loop or slow program - if you have bad time complexity and large input or if you try to produce big output
30th May 2018, 3:07 PM
michal