print("Answer days in 3s (mon, tue, wen)") day=input("What day of the week is it? ") snooze=input("Is it a holiday? ") if day=="sat"or"sun" or snooze=="yes": print("You should be in bed!!!") else: print("You shouldn't be in bed...")