Commit deb6ca00 by BellCodeEditor

auto save

parent d694adb9
Showing with 2 additions and 2 deletions
import turtle import turtle
turtle.pendown() turtle.pendown()
turtle.fillcolor("red") turtle.fillcolor("import")
turtle.pencolor("red") turtle.pencolor("import")
turtle.begin_fill() turtle.begin_fill()
for i in range(5): for i in range(5):
turtle.forward(100) turtle.forward(100)
......
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