Commit b3cc5527 by BellCodeEditor

auto save

parent 9d5d1c82
Showing with 2 additions and 2 deletions
import turtle import turtle
m=
n=turtle.Screen() n=turtle.Screen()
n.bgcolor("blue") n.bgcolor("blue")
Pen1=turtle.Pen() Pen1=turtle.Pen()
...@@ -15,4 +16,4 @@ Pen.right(90) ...@@ -15,4 +16,4 @@ Pen.right(90)
Pen.circle(50,180) Pen.circle(50,180)
Pen.forward(50) Pen.forward(50)
Pen.hideturtle() Pen.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