Commit 06af98e8 by BellCodeEditor

auto save

parent 8a85284f
Showing with 22 additions and 2 deletions
import turtle
turtle.fillcolor("yellow")
turtle.begin_fill()
for i in range(2):
for i in range(4):
turtle.fd(50)
turtle.left(90)
turtle.right(180)
turtle.end_fill()
turtle.right(90)
turtle.fillcolor("black")
turtle.begin_fill()
for i in range(2):
for i in range(4):
turtle.fd(50)
turtle.left(90)
turtle.right(180)
turtle.end_fill()
turtle.done()
\ No newline at end of file
print(375) print(3
\ No newline at end of file \ 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