标签:not span pre als print col false weight python
print(not (0))True
print(not [0])false
python :print(not (0)) 》》》 true
原文地址:https://www.cnblogs.com/DDBD/p/12272462.html