def square_line(x, y, n, space, len):
    i = 0
    while i < 5:
        square(x, y, len)
        x = x + len + space
        i = i + 1
square_line(0, 0, 5 , 10, 30)

4 条评论

  • 1

信息

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