登录
注册
首页
->
python基础知识
下载题库
以下( )对象不属于Itarable。
(A)list
(B)tuple
(C)dict
(D)float
参考答案
继续答题:
下一题
更多python基础知识试题
1
下列程序的运行结果是?( )A=’m1’ B=’m2’ C=A+B print(C)
2
下列选项中,幂运算的符号为( )
3
下列( )语句在Python中是非法的
4
下面代码的输出结果是()def hello_world(): print(ST,end="*")def three_hellos(): for i in range(3): hello_world()three_hellos()
5
在Python IDLE中输入print(’Hello‘);print(I am Python);,并将这两个语句写在一行,试分析,程序的运行结果是以下哪个选项?()
考试