day = input( "What day of the week is it?") holiday = input( "Is it a holiday?" ) if day or holiday == ( "sat, sun, yes" ) : print( "You should stay in bed snoozing!" ) else: print( "Wake up!")