Commit 761c0dc3 by BellCodeEditor

auto save

parent 1e815fcd
Showing with 9 additions and 4 deletions
......@@ -4,13 +4,18 @@ import turtle
#pen.write("hi,诺伊")
#pen.hideturtle()
#turtle.done()
len=60
pen1=turtle.Pen()
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.forward(50)
pen1.circle(25,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.circle(25,180)
pen1.forward(50)
pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("light blue")
......
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