2017年11月22日
摘要: #!/usr/bin/python#coding=utf-8'''Created on 2017年11月2日 from home @author: James zhan ''' from functools import partialimport Tkinter root=Tkinter.Tk() 阅读全文
posted @ 2017-11-22 22:04 jamezhan 阅读(149) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python#coding=utf-8'''Created on 2017年11月2日 from home @author: James zhan ''' print reduce(lambda x,y:x+y,range(5)) '''reduce函数运行操作步骤((((0+ 阅读全文
posted @ 2017-11-22 21:35 jamezhan 阅读(147) 评论(0) 推荐(0) 编辑