Commit 1b599b1f by BellCodeEditor

save project

parent 654bc3ba
Showing with 18 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()
sd.pencolor("red")
sd.lt(45)
sd.fd(100)
sd.circle(50,180)
sd.rt(90)
sd.circle(50,180)
sd.fd(100)
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