Commit dfa7d117 by BellCodeEditor

save project

parent 1a75889b
Showing with 1 additions and 0 deletions
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
# turtle.done() # turtle.done()
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.pencolor("red")
p.left(45) p.left(45)
p.forward(100) p.forward(100)
p.circle(50,180) p.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