Commit e6a0ed69 by BellCodeEditor

save project

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