- 德国国旗
借你参考一下
- 2023-9-26 18:15:13 @
from wonderLang import *
def rect(x,y,w,h): jump(x,y) angle = 90 i = 0 while i < 2: forward(w) right(angle) forward(h) right(angle) i = i + 1
def rect_line(x, y, w, h, n): jump(x, y) i = 0 while i < n: rect(x, y, w, h) y =y + h i = i + 1
rect_line(-150, -100/3, 300, 200/3, 3)
0 条评论
目前还没有评论...
信息
- ID
- 57
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 5
- 标签
- 递交数
- 1341
- 已通过
- 563
- 上传者