Python3中的None与False有什么区别?None表示nothing,False表示True/False的关系。在Python3中常数None或False,空集合/列表,为0的值,都在if判断时表示为False。