def square(x,y,length):
jump(x,y)
space = 10
i = 0
for i in range(4):
forward(length)
right(90)
while i < 5:
square(x, y, length)
x = x + length + space
i = i + 1
square(0, 0,30)

3 条评论

  • 1

信息

ID
46
时间
1000ms
内存
256MiB
难度
5
标签
递交数
2110
已通过
846
上传者