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.
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
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.