运行下列程序,输出的结果是?( )
def fun(x): if x > 3: return x * fun(x-1) else: return xprint(fun(6))
120
360
720
60
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复