Commit 016929c4 by BellCodeEditor

auto save

parent fac57782
Showing with 21 additions and 0 deletions
import turtle
a=turtle.Pen()
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