📅  最后修改于: 2022-03-11 14:46:48.699000             🧑  作者: Mango
代码示例5
weather = input("How's the weather? ")
if weather == "Good!" or weather == "Great!":
print('Glad to hear!')
else:
print('Too bad!')