Commit ed53949a by BellCodeEditor

save project

parent 708707d1
Showing with 2 additions and 1 deletions
import turtle import turtle
P=turtle.Pen() P=turtle.Pen()
for i in range(5): for i in range(5):
P.forward(100) P.forward(1000)
P.left(144) P.left(144)
P.shape("turtle") P.shape("turtle")
turtle.done() turtle.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