语法格式:

name = "hello" if 2> 1 else "world"
print name
# 如果条件满足,则吧hello赋值给name,如果条件不满足,则吧world赋给name