题目详情
单选题 class Student: def __init__(self,n="xxx"): self.name=n def show(self): print(self.name) s=Student("yyy")s.show()结果
A. yyy
B. xxx
C. None
D. 错误
学科:默认课程
时间:2025-12-14 10:24:38
相关题目
相关作业