We are run code Then what reason that he showing "Execution time out !". Example: | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

We are run code Then what reason that he showing "Execution time out !". Example:

i = 1111 while i <=123456789: print(i) i = i + 1111 print("Finished!")

19th May 2020, 4:57 PM
Gopal patel
Gopal patel - avatar
2 Answers
+ 4
Thank u
19th May 2020, 5:11 PM
Gopal patel
Gopal patel - avatar
+ 3
123456789 is quite large a number and sololearn can't output that long. If you run the code on PC, it will work well. Try a smaller number https://code.sololearn.com/c6qhNqJ5ogEW/?ref=app
19th May 2020, 5:09 PM
Infinity
Infinity - avatar