以下代码绘制的图形是()。import turtle as tfor i in range(1,7): t.fd(50) t.left(60) A、正方形; B、八边形; C、七边形; D、六边形 发布时间:2025-08-02 15:56:56