3.1 While Loops
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
While Loop | Lets us repeat code as long as something is true. |
1. Python and Console Interaction
2. Conditionals
3. Looping
3.1 While Loops
While Loops
Guess My Number
Program Tracing
Program Tracing, Part 2
Check Your Understanding
Exercise: 1 Through 20 Odd
3.2 For Loops
3.3 Break and Continue
3.4 Nested Control Structures
4. Functions and Exceptions
5. Strings
6. Creating and Altering Data Structure
7. Extending Data Structures
Chapter 3
Term | Definition |
---|---|
While Loop | Lets us repeat code as long as something is true. |