print("----------------------------")
input("What day of the week is it? ")
hoilday = input("Is it a hoilday? ")

if hoilday == ("yes") :
    print("you should stay in bed sleeping wagger!!")

else:
    print("Get back to work!!!")

print("----------------------------")