Warmup

Without running it, predict the output of the following?

for i in range(5, 0, -2):
    print("Value:", i)

Agenda

  • Today: Unit 2 Review (for, while loops, if/elif/else statements)
  • Tomorrow Unit 2 Quiz 2
  • Friday Unit 2 Exam