Commit dffcca40 by BellCodeEditor

save project

parent 109647c2
Showing with 5 additions and 4 deletions
import turtle() import turtle()
pen=Pen.turtle pen=Pen.turtle
pen.fillcolor("red") pen.fillcolor("red")
pen.begin_full pen.begin_full()
for i in range: for i in range(36):
pen.forward(100) pen.forward(100)
pen.right(144) pen.right(140)
pen.end_full pen.end_full()
pen.hideturtle pen.hideturtle
pen.done() pen.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