题库 Python题库 题目列表 运行以下python程序后,画笔的位置坐标是以下哪一个?...
单选题

运行以下python程序后,画笔的位置坐标是以下哪一个?( )

import turtle
turtle.forward(50)
turtle.left(90)
turtle.forward(50)
turtle.right(90)
turtle.forward(50)
A.

(50,0)

B.

(50,100)

C.

(0,50)

D.

(100,50)

题目信息
2024年 9月 选择题
50%
正确率
0
评论
37
点击