Зміст курсу
Python Loops
Python Loops
1. While Loops: Get Started
3. For Loops
4. Nested Loops
Challenge
Завдання
Swipe to start coding
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.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 2
Challenge
Завдання
Swipe to start coding
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.
Рішення
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 2. Розділ 2