4 lines
92 B
Python
4 lines
92 B
Python
requested_topping = 'mushrooms'
|
|
|
|
if requested_topping != 'anchovies':
|
|
print('不相等') |