为了账号安全,请及时绑定邮箱和手机立即绑定

Python:为什么这里的语法无效?

Python:为什么这里的语法无效?

慕森王 2021-03-11 09:08:12
我在python shell 3.3.2中运行了该代码,但是它给了我SyntaxError: invalid syntax。class Animal(object):    """Makes cute animals."""    is_alive = True    def __init__(self, name, age):        self.name = name        self.age = age    def description(self):        print self.name #error occurs in that line!        print self.agehippo=Animal('2312','321312')hippo.description()我是python的新手,我不知道该如何修复该代码。谁能给我一些建议?提前致谢。
查看完整描述

4 回答

  • 4 回答
  • 0 关注
  • 207 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信