Commit 8acaf83c by BellCodeEditor

save project

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