登录
注册
首页
->
Python练习题
下载题库
Python不支持的数据类型有( )
(A)Char
(B)int
(C)Float
(D)list
参考答案
继续答题:
下一题
更多Python练习题试题
1
下面代码的输出结果是( )a = [1,3] b = [2,4] a.extend(b) print(a)
2
已知字典 x = {i:2*i for i in range(3)},那么表达式 sum(item[1] for item in x.items()) 的值为___________。
3
Python内置的集成开发工具是( )。
4
以下程序的输出结果是( )ls =list("the sky is blue") a = ls.index(s,5,10) print(a)
5
list1=[1,2,3,4],执行语句list1.append(5)后,list1的值为()
考试