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

SyntaxError:创建类的实例时语法无效

SyntaxError:创建类的实例时语法无效

慕桂英3389331 2021-03-19 14:11:55
我在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)        print (self.age)hippo = Animal("2312",21)#error occurs in that linehippo.description()我是Python的新手,不知道如何解决此代码。
查看完整描述

1 回答

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

添加回答

举报

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