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

{{{
#!python
import time

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

=h1=
= HHH =

== h2 ==
---------------------------

after line

hellp ...

hi
close it

abchttp://blog.csdn.net/jq0123

   1 import time
   2 
   3 while True:
   4     time.sleep(1000)

=h1=

HHH

h2


after line

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