[Bug] Infinity Loop

This is an error report.


Screenshot of the error


Error details

I am facing the error when I am submitting the exam the error is about Infinite loop in Python Task 3 these are the files of Task2 and Task3

I think when you set while True it will take it as always true. Make sure to add a condition instead of True.

Building on what @junaidkhadim07 said, you have a condition inside the loop that could break it. So your code seems to be correct.

That said, perhaps the internal condition never comes true :thinking:

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.