基本信息
文件名称:2025年4月Python高中暑期练习题库4.docx
文件大小:15.69 KB
总页数:16 页
更新时间:2025-11-19
总字数:约4.06千字
文档摘要

2025年Python高中暑期练习题库4

一、单选题(共50道题)

1.在Python中,要使用sqrt函数,需要提前导入的库是()?

A.math(正确答案)。

B.random。

C.os。

D.sys。

2.以下哪个Python库通常用于数据分析和处理()?

A.requests。

B.numpy(正确答案)。

C.matplotlib。

D.flask。

3.执行代码print(abs(-5.5))后,输出结果是()?

A.-5.5。

B.5。

C.5.5(正确答案)。

D.程序报错。

4.执行text={1}的成绩是{0}分。.format(90,Bob)后,text的值为()?

A