Automate the Boring Stuff Chapter 2, First Part

  • Due No due date
  • Points 32
  • Questions 32
  • Time Limit None
  • Allowed Attempts Unlimited

Instructions

Questions related to the first part of chapter 2 material in Automate the Boring Stuff with Python. The quiz in particular tests that you can evaluate boolean conditions, relational operators, and simple if/else statements. Note that answers for programming questions should always be considered as case sensitive, so be careful about this (i.e., True is not the same as true).