python 刷题中的细节

——空list不是None, 如:a = [],此时a不为None

——成员函数递归调用记得函数名前加self,不然默认是全局函数

原文地址:https://www.cnblogs.com/sbj123456789/p/9934374.html