input("What day of the week is it? :") realpassword = "yes" userpassword = input("Is it a holiday? yes or no: ") if userpassword == realpassword : print("You should be in bed snoozing!.") else: print("You should not be in bed snoozing!. ")