Python核心编程笔记----注释
摘要:
python 中注释有两种第一种,文档注释第二种,一般的注释下面是例子:class MyClass: '这个是文档注释' def __repr__(self): return "repr"; def __str__(self): ... 阅读全文
posted @ 2015-06-21 23:14 蒋乐兴的技术随笔 阅读(237) 评论(0) 推荐(0) 编辑
posted @ 2015-06-21 23:14 蒋乐兴的技术随笔 阅读(237) 评论(0) 推荐(0) 编辑
posted @ 2015-06-21 22:54 蒋乐兴的技术随笔 阅读(245) 评论(0) 推荐(0) 编辑
posted @ 2015-06-21 22:38 蒋乐兴的技术随笔 阅读(346) 评论(0) 推荐(0) 编辑
posted @ 2015-06-21 22:13 蒋乐兴的技术随笔 阅读(211) 评论(0) 推荐(0) 编辑
posted @ 2015-06-21 21:28 蒋乐兴的技术随笔 阅读(189) 评论(0) 推荐(0) 编辑