- 1
- 0
- 约4.28千字
- 约 8页
- 2026-07-25 发布于中国
- 举报
小学编程考试题库及答案
姓名:__________考号:__________
一、单选题(共10题)
1.以下哪个是Python中的变量赋值语句?()
A.inta=1
B.a=int(1)
C.aint=1
D.a:=1
2.以下哪个是Python中的循环语句?()
A.if-else
B.for-while
C.do-while
D.for
3.以下哪个是Python中的列表数据类型?()
A.tuple
B.set
C.dict
D.list
4.以下哪个是Python中的字符串操作方法?()
A.append
B.pop
C.sort
D.split
5.以下哪个是Python中的条件运算符?()
A.
B.||
C.??
D.?:
6.以下哪个是Python中的输入函数?()
A.input()
B.get()
C.request()
D.fetch()
7.以下哪个是Python中的注释方法?()
A./**/
B.//
C.#
D.;
8.以下哪个是Python中的函数定义方式?()
A.functionmyFunction()
B.myFunction():
C.defmyFunction():
D.f
原创力文档

文档评论(0)