Image of storm over Lane Stadium.

anniversary = 148
hokie_bird_is_happy = True
if anniversary == 200 or hokie_bird_is_happy:
print("The Hokie Bird is happy!")

print("Let's celebrate!")

Choose an answer above!
  • Remember that we can use conditional and logical operators in If-statements.
  • Try out the exercises to the left!