如下python代码为什么倒数第一个和倒数第二个函数调用的时候不返回NONE
Python的函数如果没有return语句是自动返回None的。详见[https://docs.python.org/3/reference/simple_stmts.html#the-return-statement]