Commit e6a0ed69 by BellCodeEditor

save project

parent 03bfcc42
Showing with 7 additions and 4 deletions
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
import turtle import turtle
P=turtle.Pen() P=turtle.Pen()
P.shape("turtle") P.shape("turtle")
for i in range(5): P.fillcolor("red")
P.forward(101) P.begin_fill()
P.left(144) for i in range(20):
turtle.done P.forward(81)
P.left(175)
P.end_fill()
turtle.done()
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