3.2 For Loops
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Loop | A loop is a way to repeat code in your program. |
Indentation | Indentation is the visual structure of how your code is laid out. It uses tabs to organize code into a hierarchy. |