基本信息
文件名称:2026年新版小猪测试卷.doc
文件大小:23.89 KB
总页数:15 页
更新时间:2025-12-27
总字数:约4.31千字
文档摘要
2026年新版小猪测试卷
一、单选题(总共10题,每题2分)
1.在Python中,用于定义一个类的关键字是?
A.function
B.class
C.def
D.struct
2.下列哪个不是Python的基本数据类型?
A.int
B.float
C.string
D.boolean
3.在Python中,如何正确地注释一行代码?
A.//Thisisacomment
B.Thisisacomment
C./Thisisacomment/
D.--Thisisacomment
4.下列哪个方法可以用来删除字典中的键值对