if 1==1: name=‘zhangsan‘ else: name==‘lisi‘
name=‘alex‘ if 1==1 else ‘sb‘
python三元运算
原文:http://www.cnblogs.com/zhangzihong/p/6384445.html