day = input( "What day of the week is it? ") holiday = input( "Is it a holiday? ") if holiday == "no": print( "You should be at school!") elif holiday == "yes": print( "You should be in bed snoozing!")