Commit 8acaf83c by BellCodeEditor

save project

parent 650de5c4
Showing with 5 additions and 3 deletions
from turtle import *
fillcolor("blue")
begin_fill()
for i in range(5):
fd(100)
left(144)
for i in range(36):
fd(200)
left(170)
end_fill()
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