推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
AshClementson
V2EX  ›  Python

是我电脑坏了还是语法真的有问题。。

  •  1
     
  •   AshClementson · Mar 23, 2017 · 1446 views
    This topic created in 3351 days ago, the information mentioned may be changed or developed.
    class Aaa():
    def __init__(self,name):
    self.name=name

    def ddd(self):
    print(self.name+" bbbbbbb")


    ccc=Aaa(name='aaa')
    ccc.ddd()

    class Bbb(Aaa):
    def __init__(self,name):
    super().__init__(name)




    myccc=Qqqqq(name='hhh')
    myccc.ddd()



    求大佬指教到底哪里出了问题。。
    AshClementson
        1
    AshClementson  
    OP
       Mar 23, 2017
    悬赏 5 块人民币好吧,微信支付宝都行=。=
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3653 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 04:44 · PVG 12:44 · LAX 21:44 · JFK 00:44
    ♥ Do have faith in what you're doing.