摘要: import turtle as t t. setup(650, 350, 200, 200) t. penup() t. fd(-100) t. pendown() t. pensize(1) t. pencolor("black") for i in range(3): t. fd(100) t 阅读全文
posted @ 2025-03-17 21:19 Xxxjxxx 阅读(47) 评论(0) 推荐(0)