相关考题
-
单项选择题
python中,实例变量可以被()调用
A.类
B.对象
C.变量
D.函数 -
单项选择题
python中,len({1,2})的结果()
A.0
B.1
C.2
D.3 -
单项选择题
python中,10//7的值是()
A.0
B.1
C.2
D.3