第27792题 单选题
针对以下定义的Student类,下列哪项是正确的类实例化操作?

已知如下Python类定义:

class Student:
    def __init__(self, name, age):
        self.stu_name = name
        self.stu_age = age
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析