会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
pythoner_wl
博客园
首页
新随笔
联系
管理
订阅
2020年3月20日
闭包——计数函数调用次数
摘要: 要求最终效果类似 print(couter()) # 1 print(couter()) # 2 print(couter()) # 3 print(couter()) # 4 print(couter()) # 5 def couter(): x = 0 def counter(): nonloc
阅读全文
posted @ 2020-03-20 16:34 pythoner_wl
阅读(248)
评论(0)
推荐(0)
编辑
公告