Module 4 Summary

Repetition structures:

while:

    while test-expression :
        statement

for:

    for item in sequence :
        statement