Commit eb674e06 by BellCodeEditor

auto save

parent 16e7e9d6
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ screen.bgcocor(yellow) ...@@ -6,7 +6,7 @@ screen.bgcocor(yellow)
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pensize(50) Pen1.pensize(50)
Pen1.pencolor("red") Pen1.pencolor("red")
len=screen.textinput len=screen.textinput()
Pen1.left(45) Pen1.left(45)
Pen1.forward(100) Pen1.forward(100)
Pen1.circle(50,180) Pen1.circle(50,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