print(not (0))True
print(not [0])false
python :print(not (0)) 》》》 true
原文:https://www.cnblogs.com/DDBD/p/12272462.html