APP下载
首页
>
IT互联网
>
python选择填空题库练习
搜索
python选择填空题库练习
题目内容
(
单选题
)
4.对于序列 numbers=[1,2,3,4,5,6,7,8,9,10],以下相关操作中哪一个得到的结果中包含数字 6?

A、 >>> numbers[6]

B、 >>> numbers[5:-1]

C、 >>> numbers[-4:-1]

D、 >>> numbers[0: 5]

答案:B

python选择填空题库练习
14.阅读以下程序,填写运行结果
https://www.shititong.cn/cha-kan/shiti/00045648-dd50-6c4a-c0c9-4cc241d27c00.html
点击查看题目
27.高级语言程序中,程序的三种基本结构不包括
https://www.shititong.cn/cha-kan/shiti/00045642-8993-90d3-c0c9-4cc241d27c00.html
点击查看题目
19.20%3 的执行结果为()。
https://www.shititong.cn/cha-kan/shiti/00045642-8970-399b-c0c9-4cc241d27c00.html
点击查看题目
19.使用 open(“f1.txt”,”a”) 打开文件时,若 f1 文件不存在,则 ()文件
https://www.shititong.cn/cha-kan/shiti/00045648-dd54-bda7-c0c9-4cc241d27c00.html
点击查看题目
14.下列不是 Python 对文件的写操作的方法是( )
https://www.shititong.cn/cha-kan/shiti/00045642-89ac-b281-c0c9-4cc241d27c00.html
点击查看题目
3.表达式(12,34,56)+(78)的结果是( )
https://www.shititong.cn/cha-kan/shiti/00045642-8994-ee60-c0c9-4cc241d27c00.html
点击查看题目
21.以下关于循环控制语句描述错误的是哪一项?( )
https://www.shititong.cn/cha-kan/shiti/00045642-8991-0c6c-c0c9-4cc241d27c00.html
点击查看题目
15.阅读以下程序,填写运行结果
https://www.shititong.cn/cha-kan/shiti/00045648-dd50-a659-c0c9-4cc241d27c00.html
点击查看题目
8.Windows 操作系统中,一般用快捷键()来保存当前正在编辑的工作内容。
https://www.shititong.cn/cha-kan/shiti/00045642-895e-f102-c0c9-4cc241d27c00.html
点击查看题目
6.当 Python 程序包含算法错误的时候,是无法被执行的。
https://www.shititong.cn/cha-kan/shiti/00045642-8977-81ea-c0c9-4cc241d27c00.html
点击查看题目
首页
>
IT互联网
>
python选择填空题库练习
题目内容
(
单选题
)
手机预览
python选择填空题库练习

4.对于序列 numbers=[1,2,3,4,5,6,7,8,9,10],以下相关操作中哪一个得到的结果中包含数字 6?

A、 >>> numbers[6]

B、 >>> numbers[5:-1]

C、 >>> numbers[-4:-1]

D、 >>> numbers[0: 5]

答案:B

python选择填空题库练习
相关题目
14.阅读以下程序,填写运行结果
https://www.shititong.cn/cha-kan/shiti/00045648-dd50-6c4a-c0c9-4cc241d27c00.html
点击查看答案
27.高级语言程序中,程序的三种基本结构不包括

A.  顺序结构

B.  循环结构

C.  分支结构

D.  限制结构

https://www.shititong.cn/cha-kan/shiti/00045642-8993-90d3-c0c9-4cc241d27c00.html
点击查看答案
19.20%3 的执行结果为()。

A. 2

B. 6

C. 7

D. 4

https://www.shititong.cn/cha-kan/shiti/00045642-8970-399b-c0c9-4cc241d27c00.html
点击查看答案
19.使用 open(“f1.txt”,”a”) 打开文件时,若 f1 文件不存在,则 ()文件
https://www.shititong.cn/cha-kan/shiti/00045648-dd54-bda7-c0c9-4cc241d27c00.html
点击查看答案
14.下列不是 Python 对文件的写操作的方法是( )

A.  write()

B.  writelines()

C.  seek()

D.  next()

https://www.shititong.cn/cha-kan/shiti/00045642-89ac-b281-c0c9-4cc241d27c00.html
点击查看答案
3.表达式(12,34,56)+(78)的结果是( )

A.  (12,34, 56,78)

B.  [12, 34, 56, 78]

C.  程序出错

D.  (12,34,56,(78))

https://www.shititong.cn/cha-kan/shiti/00045642-8994-ee60-c0c9-4cc241d27c00.html
点击查看答案
21.以下关于循环控制语句描述错误的是哪一项?( )

A.  Python 中的 for 语句可以在任意序列上进行迭代访问,例如列表、字符串和元组

B.  循环可以嵌套使用,例如一个 for 语句中有另-个 for 语句,一个 while 语句中有一个 for 语句等

C.  在 Python 中没有 switch-case 的关键词,可以用 if...elif...elif...来等价表达

D.  在 Python 中 if...elif...elif...结构中必须包含 else 子句

https://www.shititong.cn/cha-kan/shiti/00045642-8991-0c6c-c0c9-4cc241d27c00.html
点击查看答案
15.阅读以下程序,填写运行结果
https://www.shititong.cn/cha-kan/shiti/00045648-dd50-a659-c0c9-4cc241d27c00.html
点击查看答案
8.Windows 操作系统中,一般用快捷键()来保存当前正在编辑的工作内容。

A.  Ctrl+P

B.  Ctrl+S

C.  Alt+F4

D.  Ctrl+C

https://www.shititong.cn/cha-kan/shiti/00045642-895e-f102-c0c9-4cc241d27c00.html
点击查看答案
6.当 Python 程序包含算法错误的时候,是无法被执行的。

A.  错误

B.  正确

https://www.shititong.cn/cha-kan/shiti/00045642-8977-81ea-c0c9-4cc241d27c00.html
点击查看答案
试题通小程序
试题通app下载