三元表达式--python

a = 1
b = 2

h = "变量1" if (a>b |(a<b) | (in) | (等等等) |) else "变量2"
print(h)
posted @ 2020-04-23 21:28  醉魔君  阅读(156)  评论(0)    收藏  举报