Python : Creating instances of a class

后端 未结 0 1231
误落风尘
误落风尘 2020-12-25 15:27

What does the () actually do when creating an instance of a class in Python. I can create classes by

class class_A:
     pass

but when I try

相关标签:
回答
  • 消灭零回复
提交回复
热议问题