Python3 tutorial day4 part 2
摘要:
Classes__author__ = 'andy'def scope_test(): def do_local(): spam = "local spam" def do_nonlocal(): nonlocal spam spam = "no... 阅读全文
posted @ 2014-10-23 17:30 ukouryou 阅读(120) 评论(0) 推荐(0)
posted @ 2014-10-23 17:30 ukouryou 阅读(120) 评论(0) 推荐(0)
posted @ 2014-10-23 12:19 ukouryou 阅读(185) 评论(0) 推荐(0)
posted @ 2014-10-23 11:33 ukouryou 阅读(171) 评论(0) 推荐(0)