Commit 5cdf12e4 by BellCodeEditor

save project

parent 200c8173
Showing with 11 additions and 2 deletions
...@@ -7,4 +7,13 @@ for i in range(5): ...@@ -7,4 +7,13 @@ for i in range(5):
pen.fd(100) pen.fd(100)
pen.rt(144) pen.rt(144)
pen.ht() pen.ht()
turtle.done() turtle.done()
\ No newline at end of file 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