1.空字符串为假 其他为真
0为假 其他为真
li=["dds", "a,","c"]v="_".join(["dds", "a,","c"])print(v)列表的组合for循环
for i in range(100,0,-1): print(i)