首页题库练习题目详情
Python程序设计单选题中等

在Python类中,哪个方法用于初始化对象的属性?

Aclassmethod
Bstaticmethod
C__init__
D__del__