b="$".join(str(x) for x in range(10)) a= 2 if 5<2 else 3 print (a)#a是3 转载于:https://www.cnblogs.com/saolv/p/7285423.html