问题描述:
[多选]
已知下列代码:class Root:()total = 0 def()init()(self, v): self.()value = v Root.()total += 1 def show(self): print("self.()value:", self.()value) print("Root.()total:", Root.()total)r = Root(10)在上述代码后添加下述代码后会报错的有?()
A.rr = Root(3)
B.Root.show()
C.Root.show(r)
D.r.show(self)
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
- 我要回答: 网友(216.73.216.127)
- 热门题目: 1.关于第三方维修付款的说法不正 2.关于第三方维修资料的时限说法 3.石膏固定后注意观察患肢()等
