go

递归在一个函数中

英文: Recursion on a function 问题 我正在练习Python中的递归。我在这段代码中遇到了问题,我以为它会打印53,但实际上它打印出了56。 def add(a): if a ...