📅  最后修改于: 2022-03-11 14:45:23.719000             🧑  作者: Mango
Question = input("How are you")
if Question == "Great!":
print("Me too!")
elif Question == "Bad":
print(":(")
else:
print("Please anwser 'Great' or 'Bad'")