day = input("Enter the day of the week:") holiday = input("is it a holiday? ") if day == "Saturday" or day == "Sunday" or holiday == "Yes" : print("You should stay in bed snoozing!") elif ("Monday", "Tuesday", "Wednesday", "Thursday", "Friday") : print("You should get up from bed!")