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