Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2006-06-14 02:39:31
Size: 140
Editor: lilin
Comment:
Revision 4 as of 2006-06-14 05:32:55
Size: 523
Editor: lilin
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
... 1.关于我

#! /usr/bin/env python

# -*- coding: gb2312 -*-

"""Init in 01.20.1983"""

from human import Boy

me=Boy('李林','福建','福州')

#过去...

me.Graduate( '鼓三小' #1995

 . ,'福二中' #2001
 . ,'福师大')#2005
me.Love( 'GIS','ArcInfo' #2001

 . ,'C++' #2002
 . ,'Linux','Python')#2004
#现在...

me.Doing('GIS')

#将来.............

李林

Email: MailTo(linux_23 AT 163 DOT com)

1.关于我

#! /usr/bin/env python

# -*- coding: gb2312 -*-

"""Init in 01.20.1983"""

from human import Boy

me=Boy('李林','福建','福州')

#过去...

me.Graduate( '鼓三小' #1995

  • ,'福二中' #2001
  • ,'福师大')#2005

me.Love( 'GIS','ArcInfo' #2001

  • ,'C++' #2002
  • ,'Linux','Python')#2004

#现在...

me.Doing('GIS')

#将来.............


lilin (last edited 2009-12-25 07:09:23 by localhost)