wei/unit_5/toppings.py

4 lines
92 B
Python

requested_topping = 'mushrooms'
if requested_topping != 'anchovies':
print('不相等')