day = input("What day of the week is it? ") hol = input("Is it a holiday? ") if day == sat or sun: print("You should stay in bed snoozing! ") else: print("Go to school! ") elif hol == yes: print("You should stay in bed snoozing! ")