Kursinhalt
Python Loops
Python Loops
1. While Loops: Get Started
3. For Loops
4. Nested Loops
Challenge 1
Summary
- Instructions are executing until stop condition is
False
. - Counter in the stop condition is changing inside the loop. It can be decremented or incremented by some number.
Aufgabe
Swipe to start coding
Understanding the stop condition is important. Change the given code to get such an output:
python
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 2
Challenge 1
Summary
- Instructions are executing until stop condition is
False
. - Counter in the stop condition is changing inside the loop. It can be decremented or incremented by some number.
Aufgabe
Swipe to start coding
Understanding the stop condition is important. Change the given code to get such an output:
python
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 2