Differences between revisions 26 and 33 (spanning 7 versions)
Revision 26 as of 2006-09-13 02:17:27
Size: 149
Editor: JinQing
Comment:
Revision 33 as of 2007-07-07 04:07:14
Size: 63
Editor: XiaoQi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:

hellp ...


{{{hi
close it}}}

abc[[http://blog.csdn.net/jq0123]]
Line 11: Line 2:
import time

while True:
    time.sleep(1000)
from sys import *
a = []
a.append('what')

   1 from sys import *
   2 a = []
   3 a.append('what')

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