Commit cf23169b by BellCodeEditor

save project

parent b408a529
Showing with 4 additions and 0 deletions
...@@ -3,8 +3,11 @@ ...@@ -3,8 +3,11 @@
""" """
from turtle import* from turtle import*
ht() ht()
fillcolor("red")
begin_fill()
for i in range(5): for i in range(5):
speed(0) speed(0)
fd(200) fd(200)
right(144) right(144)
end_fill()
done() 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