基本信息
文件名称:2026年新版编程中考题答案.doc
文件大小:23.62 KB
总页数:12 页
更新时间:2026-01-02
总字数:约3.53千字
文档摘要
2026年新版编程中考题答案
一、选择题(总共10题,每题2分)
1.下列哪种数据类型在Python中用于表示整数?
A.float
B.int
C.string
D.bool
2.在Python中,如何定义一个函数?
A.functionmy_function():
B.defmy_function():
C.function=my_function():
D.voidmy_function()
3.下列哪个是Python中的循环结构?
A.if-else
B.for
C.while
D.alloftheabove
4.在Python中,如