Commit 83f10f80 by BellCodeEditor

save project

parent 470d2c0e
Showing with 3 additions and 0 deletions
...@@ -2,6 +2,7 @@ import turtle ...@@ -2,6 +2,7 @@ import turtle
pen = turtle.Pen() pen = turtle.Pen()
pen.penup() pen.penup()
pen.goto(100,0) pen.goto(100,0)
pen.hideturtle()
screen = turtle.Screen() screen = turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
pen.write("noahjdcbdch",font=("Times",20,"normal")) pen.write("noahjdcbdch",font=("Times",20,"normal"))
...@@ -14,4 +15,5 @@ pen1.circle(50,180) ...@@ -14,4 +15,5 @@ pen1.circle(50,180)
pen1.right(90) pen1.right(90)
pen1.circle(50,180) pen1.circle(50,180)
pen1.forward(100) pen1.forward(100)
pen1.hideturtle()
turtle.done() 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