Question #48

Which one will run forever?

With the while loop we can execute a set of statements as long as a condition is true. If the while loop runs with the statement i<10 , it will stop running when i equals 10. (w3schools.com/python/python_while_loops.asp)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: