摘要: 递归函数, 自己调用自己# count = 1# def func():# global count# print("alex是很帅的", count)## count = count + 1# func()# func()# 递归深度. 你可以自己掉用自己的次数,# 官方文档中递归最大深度是100 阅读全文
posted @ 2018-08-15 16:22 学习python1234 阅读(106) 评论(0) 推荐(0) 编辑
levels of contents