12 2016 档案

(引用)Python 元素、元组、列表、字典的区别
摘要:转载:http://www.th7.cn/Program/Python/201407/231060.shtml 元素: 元组:tuple=('nice','to','meet','you') 列表:list=['nice','to','meet','you'] 字典:dic={'a':1,'b':2 阅读全文

posted @ 2016-12-30 11:26 竹雨阑珊1 阅读(289) 评论(0) 推荐(0) 编辑

(引用)Python 生成随机数小结
摘要:转载:http://blog.csdn.net/shuaijiasanshao/article/details/51339438 阅读全文

posted @ 2016-12-30 10:48 竹雨阑珊1 阅读(152) 评论(0) 推荐(0) 编辑

python "yield"(转载)
摘要:转载地址:http://www.ibm.com/developerworks/cn/opensource/os-cn-python-yield/ 您可能听说过,带有 yield 的函数在 Python 中被称之为 generator(生成器),何谓 generator ? 我们先抛开 generat 阅读全文

posted @ 2016-12-27 11:50 竹雨阑珊1 阅读(271) 评论(0) 推荐(0) 编辑

导航