336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

class foo:
    def bar(self):
        print ("hi")

class foo2:
    def bar2(s):
        print ("hihi")


f=foo()
f.bar()

ff=foo2()
ff.bar2()



'Python > Python 3.x' 카테고리의 다른 글

putSome.py  (0) 2015.03.05
withAsReadline.py  (0) 2015.03.05
MyClass.py (feat. __init__)  (0) 2015.02.25
pickleTrial.py  (0) 2015.02.25
chat_server / chat_client  (0) 2015.02.21
Posted by af334