Commit 751c384a by BellCodeEditor

save project

parent 916b25b3
Showing with 4 additions and 0 deletions
import turtle import turtle
xx=turtle.Pen() xx=turtle.Pen()
xx.fillcolor("red")
xx.begin_fill()
for i in range(36): for i in range(36):
xx.forward(200) xx.forward(200)
xx.left(170) xx.left(170)
xx.ena_fill()
xx.hideturtle() xx.hideturtle()
turtle.done() 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