Differences between revisions 27 and 33 (spanning 6 versions)
Revision 27 as of 2006-09-13 02:24:43
Size: 208
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[[my blog(http://blog.csdn.net/jq0123)]]

{{{
#!python
import time
while True:
    time.sleep(1000)
{{{#!python
from sys import *
a = []
a.append('what')
Line 14: Line 6:

=h1=
= HHH =

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

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

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