TypeError:__init__() 仅接收 1 个参数(给定 5 个)


您需要缩进所有方法定义,以便它们位于类的下面。 

示例

class A():

def __init__():

pass


您可以在此处了解有关缩进及其如何在 Python 中使用需求的详细信息 −

https://tutorialspoint.com/python_online_training/python_lines_and_indentation.asp

更新于: 2020-03-06

146 次浏览

开启你的 职业生涯

完成课程即可获得认证

开始学习
广告