基本信息
文件名称:Python基础知识点测试试卷及答案.docx
文件大小:20.54 KB
总页数:10 页
更新时间:2025-06-09
总字数:约3.46千字
文档摘要

Python基础知识点测试试卷及答案

[单选题]*

A.helloworld

B.hello(正确答案)

world

C.helloworld

D.helloworld

2.下列哪段代码可以将画笔颜色设置为红色?()

A.turtle.pen(red)

B.turtle.fillcolor(red)

C.turtle.colormode(red)

D.turtle.pencolor(red)(正确答案)

3.运行下列程序打印的结果是?()a=90b=80c=int(a)d=int(b)

A.8090

B.170(正确答案)

C.80

D.90

4.如图所示,小明想