普通会员
登录
题库
实习信息
校招公告
参访活动
题库
软件开发
题目列表
以下代码class Parent(object): x = 1 class Child1(...
多选题
以下代码
class Parent(object):
x = 1
class Child1(Parent):
pass
class Child2(Parent):
pass
Child1.x = 2
Parent.x = 3
print Parent.x, Child1.x, Child2.x
运行结果不正确的是?
A.
111
B.
121
C.
322
D.
123
确定
上一题
[多选题] 下面对于关系数据库中表的主键描述正确的是( )
下一题
[多选题] 下面对count(),index(), find()方法描述错误的是?
纠错
题目信息
校招真题
-
正确率
0
评论
14
点击
收藏
已收藏
错题本
已加入错题本
我的笔记
登录添加笔记