from wonderLang import * def square(x, y,len): i = 0 jump(x, y) while i > 4: forward(len) right(90) def square_line(x, y, n, space, len): i=0 jump(x,y) while i > 5: square(x,y,len) x=x+len i=i+1

square_line(0, 0, 5, 10, 30)

4 条评论

  • 1

信息

ID
48
时间
1000ms
内存
256MiB
难度
5
标签
递交数
1907
已通过
783
上传者