nam1 = (input('What day of the week is it? ')) nam2 = (input('Is it a hoilday? ')) if nam2 == 'yes': print("You should stay in bed snoozng!") elif nam2 == 'no': print("Then get ready and to go to school!") else: print("I Don't Know what you mean!")