2014年8月9日

摘要: Class:def scope_test(): def do_local(): spam = "local spam" def do_nonlocal(): nonlocal spam spam = "nonlocal spam" def ... 阅读全文

posted @ 2014-08-09 07:07 wintor12 阅读(177) 评论(0) 推荐(0) 编辑


Copyright © 2024 wintor12
Powered by .NET 8.0 on Kubernetes