Previous Lecture | Lecture 8 | Next Lecture |
Lecture 8, Mon 10/30
Conditionals if-else, iterating through lists and strings using for loops
Resources from lecture
Announcements:
- Project01 has been released: project01 writeup. Please start early
Topics
- Looking ahead to this week: tips for project01
- Boolean expressions (review)
- Boolean operators: and, or, not
- Conditional statements: if -else
- iterating through lists and strings using for loops