week = input("What day of the week is it?") weekday = "mon" "tue" "wed" "thu" "fri" weekend = "sat", "sun" holi = "holiday" if week == "mon" "tue" "wed" "thu" "fri" print(holi) if holi == 'yes' : print('you should stay in bed snoozing')