Commit eea53371 by BellCodeEditor

auto save

parent 44db3fec
Showing with 3 additions and 3 deletions
...@@ -3,10 +3,11 @@ import turtle ...@@ -3,10 +3,11 @@ import turtle
#P=turtle.Pen() #P=turtle.Pen()
#P.write("hi",font=("Times",30,"normal")) #P.write("hi",font=("Times",30,"normal"))
#turtle.dome() #turtle.dome()
#P.hideturtle() P.
P1=turtle.Pen() P1=turtle.Pen()
P1.pensize(10) P1.pensize(10)
P1.pencolor("red") P1.pencolor("red")
P1.left(45) P1.left(45)
P1.forward(100) P1.forward(100)
P1.circle(50,180) P1.circle(50,180)
\ No newline at end of file turtle.dome()
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