- 3
- 0
- 约3.19千字
- 约 11页
- 2026-06-12 发布于湖南
- 举报
编程模拟类题库及答案
一、单项选择题,(总共10题,每题2分)。
1.在Python中,用于定义类的关键字是?
A.function
B.class
C.def
D.struct
答案:B
2.下列哪个不是Python的基本数据类型?
A.int
B.float
C.string
D.array
答案:D
3.在Python中,如何正确地注释一行代码?
A.//Thisisacomment
B.Thisisacomment
C./Thisisacomment/
D.--Thisisacomment
答案:B
4.下列哪个是Python中正确的列表表示?
A.(1,2,3)
B.[1,2,3]
C.{1,2,3}
D.1,2,3
答案:B
5.在Python中,如何打开一个文件进行读写操作?
A.open(file.txt,r)
B.open(file.txt,w)
C.open(file.txt,r+)
D.以上都是
答案:D
6.下列哪个是Python中用于表示无限循环的语句?
A.whileTrue:
B.foriinrange(10):
C.do-whileloop
D.repeatloop
答案:A
7.在Python中,如何正确地使用条件语
原创力文档

文档评论(0)