the_weather_is_bad = True
if the_weather_is_bad:
print("Gosh, it looks like a rainstorm!")
print("We have to cancel the game.")
else:
print("Wow, it's a beautiful day!")
print("Let's enjoy the rest of the game!")
print("Hopefully it's sunny tomorrow!")