Commit 519549df by BellCodeEditor

save project

parent a427f7f2
Showing with 8 additions and 1 deletions
import turtle
pen=turtle.pen()
pen.shape("arrow")
pen.forward(100)
for i in range(5):
pen.left(144)
turtle.done()
pen.hideturtle()
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