python三元运算,c三目运算符使用

python三元运算,c三目运算符使用

age3 = 10
print(age3 > 10 if 'ok' else 'false')
print('正常' if age3 > 2 else '异常')
posted @ 2024-01-01 21:22  txwtech  阅读(5)  评论(0编辑  收藏  举报