📜  如何在 python v3.8 中编写是或否问题 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:31.142000             🧑  作者: Mango

代码示例2
if Question == ("yes")
    print ("well done")
elif Question == ("no")
    print ("try again")