登录
注册
首页
->
Python编程
下载题库
以下选项中能够实现Python循环结构的是()
(A)loop
(B)do...for
(C)while
(D)if
参考答案
继续答题:
下一题
更多Python编程试题
1
What gets printed?( )x = Truey = Falsez = Falseif not x or y:print 1elif not x or not y and z:print 2elif not x or y or not y and x:print 3else:print 4
2
下列程序的输出结果是:
3
Python 标准库os 中用来列出指定文件夹中的文件和子文件夹列表的方式是__。
4
给定字典g,以下选项中对g.keys()的描述正确的是()
5
下列不合法的自定义函数名是()。
考试