摘要: def func(count): count += 1 print('>'*count, count) if count == 5: return count res = func(count) print('>'*count, res) return res func(0) 可以想象成平行的平面, 阅读全文
posted @ 2021-05-24 11:11 tensor_zhang 阅读(45) 评论(0) 推荐(0) 编辑