pythonic语法

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