Commit a3a824b7 by BellCodeEditor

save project

parent b62ca4b4
Showing with 2 additions and 2 deletions
...@@ -7,6 +7,7 @@ import turtle ...@@ -7,6 +7,7 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("green") screen.bgcolor("green")
hide.turtle() hide.turtle()
pen1=90
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.left(45) pen1.left(45)
pen1.forword(100) pen1.forword(100)
...@@ -15,4 +16,4 @@ pen1.right(90) ...@@ -15,4 +16,4 @@ pen1.right(90)
pen1.circle(50,180) pen1.circle(50,180)
pen1.forword(100) pen1.forword(100)
turtle.done() turtle.done()
pen1.goto(100,-100) pen1.goto(100,-100)
\ 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