阅读背景:

py-day3-2 python 函数递归

来源:互联网 
# 递归
def calc(n):
    print(n)
    if int(n/2) == int(n



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: