def test(n): if n==1: return 1 return n* test(n-1)
本文标题:递归函数
本文链接:https://www.haomeiwen.com/subject/sogdqctx.html
网友评论