Commit 4aeae3a7 by BellCodeEditor

save project

parent a50ceeec
Showing with 19 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
s=turtle.Screen()
s.bgcolor("gold")
pen.write("你的是我的,\n我的还是我的",font=("Times",20,"normal"))
pen.hideturtle()
sd=turtle.Pen()
len=50
sd.pencolor("red")
sd.lt(45)
sd.fd(2*len)
sd.circle(len,180)
sd.rt(90)
sd.circle(len,180)
sd.fd(2*len)
turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment