Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2006-01-30 15:08:13
Size: 21
Editor: wangyong
Comment:
Revision 5 as of 2009-12-25 07:18:58
Size: 155
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
我的第一个WIKI '''我的第一个WIKI'''

先做个实验

{{{#!python
from package import *
def hello:
    print 'Hello wiki'
}}}
----------------------------

我的第一个WIKI

先做个实验

   1 from package import *
   2 def hello:
   3     print 'Hello wiki'


wangyong (last edited 2009-12-25 07:18:58 by localhost)