- 一排 5 个正方形(间距 0)
大家看看哪里不对
- 2023-3-5 15:43:29 @
from wonderLang import * 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)
1 条评论
-
谢力阳 LV 5 @ 2023-7-27 12:22:55
没有换行
- 1
信息
- ID
- 46
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 5
- 标签
- 递交数
- 2110
- 已通过
- 846
- 上传者