Content
Code the keywords for an elif statement. script.py topping "pepperoni" if topping "pineapple": print( "Request denied.") elif topping "pepperoni": print "Request accepted.") Output Request accepted.
Code the keywords for an elif statement. script.py topping "pepperoni" if topping "pineapple": print( "Request denied.") elif topping "pepperoni": print "Request accepted.") Output Request accepted.