Islamurphy2
contestada

Your programming an infinite loop what code you use to prevent the crashes?
This is a question for a quiz just btw :) Hope I can get an answer!

Respuesta :

Answer: BTW I'm currently studying python, and this is what I've learnt about the loops.

There's actually no specific way to prevent the crashes, other than identifying the bugs in your program and debugging it

For example: you could make a while loop that starts from 1 and goes on forever, but

you won't be able to do this with a or loop, since a for loop requires a value for you to stop at.

Whereas while loops go on until the condition is executed, so in this one it's possible to make an infinite loop