Commit 336a1ae4 by BellCodeEditor

save project

parent a01a4e75
Showing with 4 additions and 3 deletions
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
import turtle as t import turtle as t
t.pen() t.pen()
t.hideturtie() t.hideturtie()
t.fill color("red") t.fill_color("red")
t.begin fill() t.begin_fill()
for i in range(5): for i in range(5):
t.fd(100) t.fd(100)
t.right(144) t.right(144)
t.end fill() t.end_fill()
t.done() t.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