z=input("What day of the week is it") x=input("is it a holiday") if str.lower(x) == "yes" or z == "sat" or z == "sun": print("stay in bed snoozing") else: print("STOP BEING LAZY GET OUT OF BED")