以下代码绘制的图形是( )。import turtle

以下代码绘制的图形是( )。

import turtle as t
for i in range(1,7):
t.fd(50)
t.left(60)
答案
B

题目信息

题号:5509
题型:单选题
难度:普通