2026知到答案 Python程序设计(山东联盟) 最新智慧树满分章节测试答案

模块一 单元测试

1、判断题:
1994年Python1.0版本正式发布。( )
选项:
A:错
B:对
答案: 【

2、判断题:
Python程序文件扩展名主要有pyw和py两种,其中后者常用于GUI程序。( )
选项:
A:对
B:错
答案: 【

3、判断题:
Python可以使用import语句一次导入多个标准库或扩展库。( )
选项:
A:对
B:错
答案: 【

4、判断题:
只有Python扩展库需要导入以后才能使用其中的对象,Python标准库不需要导入即可使用其中的所有对象和方法。( )
选项:
A:错
B:对
答案: 【

5、单选题:
不是Python科学计算扩展库的是( )。
选项:
A:Turtle
B:SciPy
C:NumPy
D:Matplotlib
答案: 【Turtle

模块二 单元测试

1、单选题:
已知字典 x = {i:str(i+3) for i in range(3)},那么表达式 sum(x) 的值为( )。
选项:
A:6;
B:5;
C:3;
D:4
答案: 【

剩余75%内容付费后可查看

.paywpread{border:1px dashed #dcb271 !important;background-color:#e2e1d3 !important;
padding:25px 15px !important;text-align:center !important;border-radius:4px !important;}
.paywpread-inner{font-size:15px !important;line-height:1.8 !important;color:#444 !important;}
.paywpread-inner p{margin:6px 0 !important;}
.paywpread-btn-pay{display:inline-block !important;background-color:#53986c !important;
color:#fff !important;padding:10px 40px !important;border-radius:4px !important;text-decoration:none !important;font-size:16px !important;border:none !important;margin-top:15px !important;margin-bottom:12px !important;transition:0.3s;}
.paywpread-btn-pay:hover{background-color:#437a56 !important;}
.paywpread-btn-check{display:inline-block !important;background-color:#c8881e !important;
color:#fff !important;padding:8px 25px !important;border-radius:4px !important;text-decoration:none !important;font-size:14px !important;border:none !important;transition:0.3s;}
.paywpread-btn-check:hover{background-color:#b07619 !important;}

本门课程剩余章节答案为付费内容

支付后可长期查看

有疑问请添加客服QQ:2025479448反馈

购买期末请+QQ:2025479448

如遇卡顿看不了请换个浏览器即可打开

请看清楚了再购买哦,电子资源购买后不支持退款哦

function openPaywpreadModal(url){
document.getElementById(“paywpread-modal-iframe”).src=url;
document.getElementById(“paywpread-modal-overlay”).style.display=”flex”;
}
function closePaywpreadModal(){
document.getElementById(“paywpread-modal-overlay”).style.display=”none”;
document.getElementById(“paywpread-modal-iframe”).src=””;
}

© 版权声明
THE END
喜欢就支持一下吧
点赞12 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容