Lecture 3
In this lecture, we will talk about:
- A new data type (boolean)
- New operators (comparison operators and boolean operators)
- Conditions (and how they differ from expressions)
- Code blocks in Python
- New statements (control statements i.e.
ifstatement,whileloop statment,forloop statement) - The
range()function - Importing modules