day = input("what day of the week is it:") if day == "saterday" : print("get some rest") else: other = input("is it a holiday:") if other == "yes" : print("get some rest") if other == "no" : print("you got school")