登录  注册

首页->Python语言基础

class Student: def __init__(self,n="xxx",s="男"): self.name=n self.sex=s def show(self): print(s.name,s.sex) s=Student("yyy") Student.show(s) 结果:

(A)yyy 男

(B)xxx 男

(C)Student.show(s)错误

(D)def __init__(self,n="xxx",s="男")错误

参考答案
继续答题:下一题
微考学堂微考学社

更多Python语言基础试题

考试