day=input("what day of the week is it ?") input("is it in a holiday") if day=='yes': print("you should stay in bed snoozing") if day=='no': print("you should go to school")