Differences between revisions 19 and 26 (spanning 7 versions)
Revision 19 as of 2006-06-08 18:32:33
Size: 466
Editor: xiaobolee
Comment:
Revision 26 as of 2006-09-13 02:17:27
Size: 149
Editor: JinQing
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
##language:zh
'''xiaobolee 第一次写可能有问题
'''
{{{
Python System Modules:
 Sys与Os是python系统工具的核心,很多标准模块是从他们,原则上,sys导出与Python解释器相关的部件(例如模块的搜索路径),而os则包含了Python所运行的平台上的函数以及变量的映射。但这种界限比较模糊,例如标准的输入输出流是在Sys中的,它们明显是要和平台紧密联系的。
}}}

hellp ...


{{{hi
close it}}}

abc[[http://blog.csdn.net/jq0123]]

{{{#!python
import time

while True:
    time.sleep(1000)
}}}

hellp ...

MyNewPage (last edited 2010-12-26 09:23:38 by xblandy)