Commit 6281938b by BellCodeEditor

auto save

parent 9c6d0481
Showing with 2 additions and 2 deletions
import turtle
pencil=turtle.Pen()
pencil.color('red')
pencil.fillcolor('yellow')
pencil.color('yellow')
pencil.fillcolor('red')
pencil.begin_fill()
for i in range(5):
......
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