摘要: 报告 https://img2024.cnblogs.com/blog/3608519/202503/3608519-20250301142802162-1802955890.png 阅读全文
posted @ 2025-03-02 21:24 Neflibata。 阅读(45) 评论(0) 推荐(0)
摘要: import turtle turtle.setup(500,500) turtle.bgcolor("white") turtle.pensize(2) turtle.color("red") turtle.begin_fill() for _ in range(5): turtle.forwar 阅读全文
posted @ 2025-02-24 16:27 Neflibata。 阅读(55) 评论(0) 推荐(0)