python :print(not (0)) 》》》 true

print(not (0))

True

print(not [0])
false
原文地址:https://www.cnblogs.com/DDBD/p/12272462.html