#file name: Hello.py#coding:utf-8def hello(): print 'hello中国' add = lambda x,y:x+yclass FooClass(object): """ Foo Class doc """ version = 1.0 def __init__(self,age,nm='吴xx'): self.age=age self.name=nm def show(self): print 'name:',self.name,' Read More
posted @ 2012-02-05 13:46 庚武 Views(341) Comments(0) Diggs(0) Edit