判断题

运行下列程序段后,屏幕上绘制的是一个五边形。( )

import turtle as t
for i in range(1,5):
       t.forward(50)
       t.left(90)

A

正确

B

错误

赣ICP备20007335号-2