Skip to main content

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. if statement, while loop statment, for loop statement)
  • The range() function
  • Importing modules

Full screen link