Commit 40d5aeab by BellCodeEditor

save project

parent 6c810335
Showing with 4 additions and 0 deletions
from turtle import * from turtle import *
fillcolor("red")
begin_fill()
for i in range(5): for i in range(5):
fd(200) fd(200)
right(144) right(144)
end_fill()
done() done()
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