Commit e3434ee5 by BellCodeEditor

save project

parent 90bb1baa
Showing with 19 additions and 2 deletions
import turtle
a=turtle.Pen()
s
\ No newline at end of file
s=turtle.Pen()
screen=turtle.Screen()
a.pensize(3)
a.hideturtle()
s.hideturtle()
a.pencolor("sky blue")
screen.bgcolor("light yellow")
s.penup()
s.goto(-65,130)
s.pendown()
s.write("七七",font=("Times",50,"normal"))
a.left(45)
a.forward(200)
a.circle(100,180)
a.right(90)
a.circle(100,180)
a.forward(200)
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