第二章作业

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. right(120)

posted @ 2025-03-17 21:19  Xxxjxxx  阅读(47)  评论(0)    收藏  举报