Differences between revisions 33 and 34
Revision 33 as of 2007-07-07 04:07:14
Size: 63
Editor: XiaoQi
Comment:
Revision 34 as of 2007-07-07 04:10:35
Size: 40
Editor: XiaoQi
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!'

   1 print 'Hello world!'

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