Commit 98c8cb86 by BellCodeEditor

save project

parent 7949a757
Showing with 4 additions and 2 deletions
import turtle
p=turtle.Pen()
p.fillcolor("green")
p.begin_fill()
for i in range
p.forward(200)
p.left(144)
hide turtle()
p.end_fill()
p.hide turtle()
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