2025年3月电子学会青少年软件编程(Python一级)等级考试试卷
客观题
一级
2025
2025-04-13 09:11:39
100次
2025年3月电子学会青少年软件编程(Python一级)等级考试试卷
客观题
一级
2025
2025-04-13 09:11:39
100次
一、单选题
7.
下列图形可能是哪段代码执行后的结果?( )

A.import turtle
turtle.shape("turtle")
turtle.forward(120)
turtle.right(90) |
B.import turtle
turtle.shape("turtle")
turtle.forward(120)
turtle.right(-90) |
C.import turtle
turtle.shape("turtle")
turtle.forward(120)
turtle.right(180) |
D.import turtle
turtle.shape("turtle")
turtle.forward(120)
turtle.right(-180) |
【知识点】 电子学会Python一级
