Commit b00a57d6 by BellCodeEditor

save project

parent 4f4df35d
Showing with 5 additions and 2 deletions
...@@ -5,4 +5,7 @@ import turtle ...@@ -5,4 +5,7 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.shape("turtle") pen.shape("turtle")
pen.fillcolor("red") pen.fillcolor("red")
pen for i in range(5)
\ No newline at end of file pen.fowrard(100)
pen.right(144)
turtle.done()
\ 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