题目:绘制下面的图形 解析: 每个正方形的边长依次减少 20。此题与 第 70 题 为同题不同解。 答案: import turtle as t def zfx(d): for i in range(0, 4): t.