Commit 890f8603 by BellCodeEditor

save project

parent 2e0ce55e
Showing with 2 additions and 2 deletions
......@@ -3,8 +3,8 @@
"""
import turtle
pen=turtle.Pen()
pen.pencolor("red")
pen.fillcolor("red")
pen.pencolor("yellow")
pen.fillcolor("black")
pen.begin_fill()
for i in range(5):
pen.forward(300)
......
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