Commit c2b6b2d2 by BellCodeEditor

save project

parent 9b978c26
Showing with 2 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.color("green")
pen.fillcolor("green")
pen.color("yellow")
pen.fillcolor("yellow")
pen.begin_fill()
for a in range(5):
pen.forward(200)
......
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