Commit 9414a392 by BellCodeEditor

save project

parent 2dfa1d02
Showing with 6 additions and 5 deletions
import turle
pen.forward(10)
for i in round(5)
pen.left(144)
hideturtle()
pen = turle.pen()
for i in range(5):
pen.forward(100)
pen.left(144)
turle.done()
\ No newline at end of file
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