Commit bc2f8d0e by BellCodeEditor

auto save

parent 6b5c7a3c
Showing with 3 additions and 6 deletions
import turtle import turtle
pan = turtle.Pen() pan = turtle.Pen()
pan.fillcolor("black")
pan.begin_fill()
for i in range(4): for i in range(4):
turtle.fillcolor("black")
turtle.begin_fill()
turtle.forward(50) turtle.forward(50)
turtle.right(90) turtle.right(90)
turtle.end_fill() pan.end_fill()
turtle.done() turtle.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