Flow Control
Topics:
Operators
If, Elif, Else
While Loops
For Loops
Break and Continue
I/O: Print
I/O: Files
By the end of this lesson you should know:
- How to use bitwise and comparison operators
- When, why and how if, elif and else statements are used
- When, why and how to use while and for loops
- How to break and continue
- How to use old and new style formatting
- How to modify files