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