网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
对于字典d={'abc':1, 'qwe':2, 'zxc':3},len(d)的结果为:
A.6
B.3
C.12
D.9
参考答案
更多 “ 对于字典d={'abc':1, 'qwe':2, 'zxc':3},len(d)的结果为: A.6B.3C.12D.9 ” 相关考题
考题
下列表达式计算结果为日期类型的是A.#2012-1-23#-#2011-2-3#B.year(#2012-2-3#)C.DateValue(“2011-2-3”)D.Len(“2011-2-3”)
考题
以下关于Python自带数据结构的运算结果中正确的是哪一项?
A.l = [1, 2, 3, 4, 5]; del l[2:4]; 则运算之后l为[1,2, 3]。B.basket = ['apple', 'banana', 'apple', 'orange'] ;fruit = set(basket);fruit2 = set(['apple', 'melo']); len(fruit |fruit2) 的结果是5。C.basket = ['apple', 'banana', 'apple', 'orange'] ;fruit = set(basket); len(fruit) 的运算结果是4。D.l = [2, 1, 3, 5, 4]; l.remove(3); l.sort(); 则运算之后l为[1, 2, 4, 5]
考题
(17)下列表达式计算结果为日期类型的是A)#2012-1-23#-#2011-2-3#B)year(#2011-2-3#)C)DateValue("2011-2-3")D)Len("2011-2-3")
考题
以下程序段的输出结果为(). char c[]="abc"; int i=0; do while(c[i++]!=’/0’);printf("%d",i-1);A、abcB、abC、2D、3
考题
单选题有以下程序:#include int sum(int *array,int len){ if(len == 0) return array[0]; else return array[0]+sum(array+1,len-1);}main(){ int i=1,j=3; printf(%d,,i++); { int i = 0; i+=j*2; printf(%d,%d,,i,j); } printf(%d,%d,i,j);}程序运行后的输出结果是( )。A
1,6,3,1,3B
1,6,3,2,3C
1,6,3,6,3D
1,7,3,2,3
考题
单选题python中,len({1,2})的结果()A
0B
1C
2D
3
热门标签
最新试卷