Commit 9acf8d8f by BellCodeEditor

save project

parent fe56c11e
Showing with 15 additions and 6 deletions
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
for i in getattr(5) pen.fillcolor("rad")
pen.Forward(200)
pen.Rigth(144) pen.begin_fill()
pen.Hideturtle()
turtle.Done() for i in range(5)
\ No newline at end of file pen.forward(200)
pen.right(144)
pen.end_fill()
pen.hideturtle()
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