//目录
摘要: # 命令式和符号式编程 def add_str(): return ''' def add(a,b): return a + b ''' def fancy_func_str(): return ''' def fancy_func(a, b, c, d): e = add(a,b) f = add(c,d) g = add(e,f) ... 阅读全文
posted @ 2019-01-06 14:37 小草的大树梦 阅读(372) 评论(0) 推荐(0) 编辑