You are on page 1of 2

 Python chapter four

1. A________-controlled loop uses a true/false condition to


control the number of times that is repeats.
2. A________-controlled loop repeats a specific number of
times.
3. Each repetition of loop is known as a ___________.
4. The while loop is a__________ type of loop.
5. A________ loop has no way of ending and repeats until
the program is interrupted.
6. THE -= operator is an example of a
_____________operator.
7. A______________ variable keeps running total.
8. A__________ is a special value that signals when there
are no more items from a list of items to be processed.
This value cannot be mistaken as an item from the list.
9. GIGO stands for______________.

Prepare by wakiiki CR

You might also like