Differences between revisions 19 and 35 (spanning 16 versions)
Revision 19 as of 2006-06-08 18:32:33
Size: 466
Editor: xiaobolee
Comment:
Revision 35 as of 2009-09-05 13:41:38
Size: 72
Editor: mcspring
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中的,它们明显是要和平台紧密联系的。
}}}
{{{#!python
print 'Hello world!'
}}}
----
["Py技术文档分类"]

   1 print 'Hello world!'


["Py技术文档分类"]

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