2017年11月23日
摘要: #!/usr/bin/python#coding=utf-8'''Created on 2017年11月23日 from home @author: James zhan ''' def counter(start_at=0): count=start_at while True: val=(yie 阅读全文
posted @ 2017-11-23 20:44 jamezhan 阅读(117) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python#coding=utf-8'''Created on 2017年11月2日 from homeN!=fun(n)=1*2*3 ... * n@author: James zhan ''' def fun(n): if n==0 or n==1: return 1 e 阅读全文
posted @ 2017-11-23 20:14 jamezhan 阅读(82) 评论(0) 推荐(0) 编辑