from wonderLang import *

def square5_10(x, y, length):
    x = 0
    y = 0
    length = 30
    space = 0
    i = 0
    while i < 5:
        square(x, y, length, )
        x = x + length + space
        i = i + 1

square5_10(0, 0, 30)

4 条评论

  • 1

信息

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