判断题
运行下列程序段后,屏幕上绘制的是一个五边形。(?)
import turtle as tfor i in range(1,5): t.forward(50) t.left(90)
A.
正确
B.
错误
发表评论 取消回复