Commit a054e85a by BellCodeEditor

save project

parent ecc99bdc
Showing with 12 additions and 0 deletions
from turtle import *
shape("turtle")
fillcolor("red")
begin_fill()
forward(200)
left(90)
forward(200)
left(120)
forward(400)
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