作业2

from turtle import *

turtle.write("刘颖", move=False, align="left", font=("Arial", 20, "normal"))
setup(700,700,200,200)
 
pensize(20)
pencolor("blue")
penup()
fd(-200)
pendown()
seth(30)
fd(300)
seth(-90)
fd(300)
seth(150)
fd(300)
 
penup()
seth(90)
fd(150)
seth(0)
fd(85)
pendown()
seth(-90)
fd(300)
seth(30)
fd(300)
seth(150)
fd(300)
 
done()

 

posted @ 2020-09-15 23:34  减辞  阅读(52)  评论(0)    收藏  举报