基本信息
文件名称:python复习测试有答案.docx
文件大小:37.96 KB
总页数:16 页
更新时间:2025-07-03
总字数:约7.69千字
文档摘要

第PAGEPage1页/共NUMPAGESPages3页

python复习测试有答案

1.以下选项中不是Python数据分析和绘图的第三方库的是()

A、numpy

B、pandas

C、matplotli

D、request

【正确答案】:D

2.下面哪个不是Python合法的标识符()

A、int32

B、40XL

C、sel

D.__name__

【正确答案】:B

3.导入模块的方式错误的是()。

A、importmo

B、frommoimport*

C、importmoasm

D、importmfrommo

【正确答