摘要: 1.当我们要在终端打印字符串时我们会用print Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->>>> x = 10 >>> x 10 >>> print x 10 >>> x='10' >>> x '10' >>> print x 1... 阅读全文
posted @ 2009-04-27 16:30 ________囧丶殇 阅读(372) 评论(0) 推荐(0) 编辑
摘要: python的异常和文件处理 阅读全文
posted @ 2009-04-27 15:19 ________囧丶殇 阅读(349) 评论(0) 推荐(0) 编辑
摘要: python 类的继承 阅读全文
posted @ 2009-04-27 14:25 ________囧丶殇 阅读(164) 评论(0) 推荐(0) 编辑
摘要: python类的使用 阅读全文
posted @ 2009-04-27 13:26 ________囧丶殇 阅读(170) 评论(0) 推荐(0) 编辑
摘要: and和or使用技巧 阅读全文
posted @ 2009-04-27 11:50 ________囧丶殇 阅读(136) 评论(0) 推荐(0) 编辑
摘要: getattr()函数是Python自省的核心函数 阅读全文
posted @ 2009-04-27 11:29 ________囧丶殇 阅读(161) 评论(0) 推荐(0) 编辑