Commit 17a88427 by BellCodeEditor

auto save

parent 988f100a
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ import turtle ...@@ -4,7 +4,7 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
pen1=turtle.Pen() pen1=turtle.Pen()
a=60 a=
pen1.left(45) pen1.left(45)
pen1.forward(2*a) pen1.forward(2*a)
pen1.circle(a,180) pen1.circle(a,180)
......
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