Commit 7d7d6554 by BellCodeEditor

save project

parent 3e23827f
Showing with 2 additions and 1 deletions
...@@ -4,5 +4,6 @@ ...@@ -4,5 +4,6 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.shape("arrow") pen.shape("arrow")
pen. pen.forward(100)
pen.left(144)
turtle.done() turtle.done()
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