摘要:
#习题38 区分列表和字符串,用到了split(字符串专用函数),join、append、pop(这些是list操作函数) 1 ten_things = "Apples Oranges Crows Telephone Liht Sugar" 2 3 print "Wait there is not... 阅读全文
摘要:
Python 环境创建(Eclipse + python)Eclipse安装Python开发插件http://hi.baidu.com/daochayijiao/item/eb2aab103b0da98589a956e32011-07-27 17:09:27标签:PythonEclipse插件最近想... 阅读全文
摘要:
原创作品,允许转载,转载时请务必以超链接形式标明文章原始出处、作者信息和本声明。否则将追究法律责任。http://5iqiong.blog.51cto.com/2999926/806230脚本:#!/usr/bin/pythondict={"a":"apple","b":"banana","o":"... 阅读全文