青少年软件编程(python一级)等级考试试卷-客观题(2023年12月)
helloworld
hello
world
hello world
'hello''world'
turtle.pen('red')
turtle.fillcolor('red')
turtle.colormode('red')
turtle.pencolor('red')
8090
170
80
90
4
1
3
2
123
abc
_123
_abc
turtle.circle(100,360)
turtle.circle(50,180)
turtle.circle(100,180)
turtle.circle(50,360)
turtle
if
import
for
200
23
20
20.23
黄色
红色
蓝色
绿色
VSCode
Python Sell-IDLE
Jupyter Notebook
官方的Scratch
False
True
1
无法确定
打印a, b
输出(a, b)
输出a, b
输出a, b的值
5.0 % 2
5.0 2
5 / 2
5 // 2
①②③④
①②
①②③
②③④
①②③④
①③②④
②③①④
③④①②
(100*2)-(50*2)
(100*4)-(50*4)
(100**2)-(50**2)
100*50
input("请输入一个字符串:")
int(input("请输入一个字符串:"))
float(input("请输入一个字符串:"))
eval(input("请输入一个字符串:"))
>
*
-
False
90
145
True
(0,0)
(-50,0)
(50,-50)
(50,-100)
import(turtrle)
Import turtle
import turtle
import turtrle as
7
7.0
z= 7
z=7.0
turtle.setheading(-180)
turtle.setheading(-90)
turtle.setheading(90)
turtle.setheading(0)
发表评论 取消回复