Course Content
Python Loops
Python Loops
Challenge
Task
Is this loop infinite or not? If yes, change the code to make it finite and get such a list: [11, 9, 7, 5, 3, 1]
.
If your code runs too long, probably, the infinite loop is executed. Copy your code (if needed) and refresh the page.
Thanks for your feedback!
Challenge
Task
Is this loop infinite or not? If yes, change the code to make it finite and get such a list: [11, 9, 7, 5, 3, 1]
.
If your code runs too long, probably, the infinite loop is executed. Copy your code (if needed) and refresh the page.
Thanks for your feedback!
Challenge
Task
Is this loop infinite or not? If yes, change the code to make it finite and get such a list: [11, 9, 7, 5, 3, 1]
.
If your code runs too long, probably, the infinite loop is executed. Copy your code (if needed) and refresh the page.
Thanks for your feedback!
Task
Is this loop infinite or not? If yes, change the code to make it finite and get such a list: [11, 9, 7, 5, 3, 1]
.
If your code runs too long, probably, the infinite loop is executed. Copy your code (if needed) and refresh the page.