基本信息
文件名称:2026年新版女院编程期末题.doc
文件大小:23.32 KB
总页数:11 页
更新时间:2025-12-25
总字数:约3.4千字
文档摘要
2026年新版女院编程期末题
一、选择题(总共10题,每题2分)
1.在Python中,用于定义类的方法的语法是?
A.defmethodName():
B.functionmethodName():
C.staticmethodName():
D.classmethodName():
答案:A
2.下列哪个不是Python的基本数据类型?
A.int
B.float
C.string
D.boolean
答案:C
3.在Python中,如何正确地注释一行代码?
A.//Thisisacomment
B.Thisisacomment
C.