Commit 7515a255 by BellCodeEditor

save project

parent c34a869d
Showing with 7 additions and 6 deletions
import turtle
# pen=turtle.Pen()
# pen.write("你!",font=("times",30,"normal"))
# pen.hideturtle()
# turtle.done()
pen=turtle.Pen()
o=turtle.Screen()
o.bgcolor("pink")
pen.penup()
pen.goto(-100,0)
pen.write("你!",font=("times",30,"normal"))
pen.hideturtle()
a=turtle.Pen()
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(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