Commit 5cdf12e4 by BellCodeEditor

save project

parent 200c8173
Showing with 10 additions and 0 deletions
......@@ -8,3 +8,12 @@ for i in range(5):
pen.rt(144)
pen.ht()
turtle.done()
import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.fillcolor("red")
pen.begin_fill()
pen.ht()
for i in range(5):
\ No newline at end of file
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