Commit 6e0cef7d by BellCodeEditor

auto save

parent a50ceeec
Showing with 20 additions and 0 deletions
import turtle
a=turtle.Pen()
a.penup()
a.goto(-100,0)
a.write('听我说谢谢你',font=('Tine',30,'normal'))
a1=turtle.Pen()
a1.forward(100)
a1.left(45)
a1.forward(100)
a1.circle(50,180)
a1.right(90)
a1.circle(50,180)
a1.forward(100)
s=turtle.Screen()
s.bgcolor('pink')
a.hideturtle()
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