Commit a888a1f7 by BellCodeEditor

save project

parent 61e60e6e
Showing with 2 additions and 2 deletions
import turtle import turtle
p=turtle.Pen p=turtle.Pen()
p.shape.Pen()
for i in range(5): for i in range(5):
p.fd(200) p.fd(200)
p.right(144) p.right(144)
......
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