Commit 6b19c200 by BellCodeEditor

auto save

parent 5ea92363
Showing with 2 additions and 1 deletions
......@@ -2,7 +2,8 @@
import turtle
# Pen=turtle.Pen()
p=turtle.Pen()
p.pencolor(red)
p.pencolor("red")
p.left(45)
p.forward(100)
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