Commit 9e505e65 by BellCodeEditor

save project

parent 2f6b3b2c
Showing with 5 additions and 1 deletions
import turtle
t=tuple.pen(
t=tuple.pen()
t.fillcolor("green")
for i in range(5)
t.forward(200)
t.right(144)
t.begin_fill()
t.hideturtle()
turtle.done()
t.end_fill()
\ 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