Commit 67fee9c6 by BellCodeEditor

save project

parent 8a24a4f1
Showing with 2 additions and 2 deletions
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
# turtle.done() # turtle.done()
import turtle import turtle
Pen1=turtle.Pen() Pen1=turtle.Pen()
Pen1.pensize(30) Pen1.pensize(3)
Pen1.pencolor("blue") Pen1.pencolor("red")
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