下列程序中,当n=4时,返回结果为?( )
def x(n): if n==1: return 1 else: return n x(n-1)
12
11
10
9
微信小程序
微信扫一扫体验
微信公众账号
微信扫一扫加关注
发表评论 取消回复