Commit 05eacde6 by BellCodeEditor

auto save

parent a80e0784
Showing with 3 additions and 3 deletions
import turtle as t
mport turtle as t
t.pendown()
t.fillcolor("red")
t.begin_fill()
for i in range(5):
t.fd(100)
t.left(144)
t.end_fill()
t.done()
\ No newline at end of file
t.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