Commit 2f3d9cfe by BellCodeEditor

save project

parent 5ff0c70b
Showing with 2 additions and 2 deletions
import turtle import turtle
fillcolor()
pen=turtle.Pen
begin_fill() begin_fill()
pen=turtle.Pen
fillcolor()
for i in range(5): for i in range(5):
turtle.forward(200) turtle.forward(200)
turtle.left(144) turtle.left(144)
......
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