Differences between revisions 28 and 33 (spanning 5 versions)
Revision 28 as of 2006-09-13 02:28:57
Size: 215
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]]

{{{
#!python
import time

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

=h1=
= HHH =

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

after line

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

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