Unit E Reading assignment

Examples

3D structure

for in-CODE

for in-RESULTS

Chapter 4 Choose with if

Comment with #

Continue Lines with \

Compare with if, elif, and else

What Is True?

Do Multiple Comparisons with in

New: I Am the Walrus

Comming Up

Things to Do

skip; we will have our own exercises and assignments.

Chapter 6 Loop with while and for

Repeat with while

Cancel with break

Skip Ahead with continue

Check break Use with else

Iterate with for and in

Cancel with break

Skip with continue

Check break Use with else

Generate Number Sequences with range()

Other Iterators

Comming Up

Things to Do

skip; we will have our own exercises and assignments.