- 0
- 0
- 约5.05千字
- 约 8页
- 2026-09-05 发布于湖北
- 举报
教师线上考试题目及答案全新版
教师线上考试题目及答案全新版
教师线上考试题目及答案全新版
姓名:__________考号:__________
题号
一
二
三
四
五
总分
评分
一、单选题(共10题)
1.以下哪个选项是Python中定义函数的关键字?()
A.define
B.function
C.def
D.func
2.在Python中,如何将一个整数转换为字符串?()
A.int(str(x))
B.str(int(x))
C.str(x)
D.x.to_string()
3.以下哪个是Python中的列表推导式?()
A.foriinrange(5):list.append(i)
B.[iforiinrange(5)]
C.list=[iforiinrange(5)]
D.[iinrange(5)]
4.在Python中,如何检查一个变量是否为None?()
A.ifvariableisNone
B.ifvariable==None
C.ifvariableisnull
D.ifvariableequalsNone
5.以下哪个是Python中的元组类型?()
A.list
B.tuple
C.array
D.dict
原创力文档

文档评论(0)