day = input("What Day Of The Week Is It? ") if day in ["sat" , "sun"] : print("You should stay in bed snoozing!") else: holiday = input("Is it the holiday? (yes/no) ") print("You should stay in bed snoozing!" if holiday == "yes" else "Get Up!!!!")