Differences between revisions 33 and 35 (spanning 2 versions)
Revision 33 as of 2007-07-07 04:07:14
Size: 63
Editor: XiaoQi
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 2: Line 2:
from sys import *
a = []
a.append('what')
print 'Hello world!'
Line 6: Line 4:
----
["Py技术文档分类"]

   1 print 'Hello world!'


["Py技术文档分类"]

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