摘要: # http://www.doutula.com/article/list/?page=1 第一页 # http://www.doutula.com/article/list/?page=2 翻页 # <a href="http://www.doutula.com/article/detail/15 阅读全文
posted @ 2018-05-11 21:30 东篱山上白草根 阅读(173) 评论(0) 推荐(0)
摘要: 这里是为初学者准备的一些python基础知识#变量及类型目的: 为了更充分的利用内存空间以及更有效率的管理内存,变量是有不同的类型的类型: 数字:int 整数类型;long 长整型; float 浮点数类型;compelx 复数; 布尔类型:True;Flase; string:字符串; list 阅读全文
posted @ 2018-05-11 21:27 东篱山上白草根 阅读(2517) 评论(0) 推荐(0)