Commit 09c96431 by BellCodeEditor

save project

parent 15958ed3
Showing with 4 additions and 3 deletions
...@@ -2,11 +2,12 @@ a=20 ...@@ -2,11 +2,12 @@ a=20
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.shape("turtle") p.shape("turtle")
for i in range(10): for i in range(36):
p.forward(144) p.forward(200)
p.right(90) p.right(170)
a=a+10 a=a+10
p.hideturtle() p.hideturtle()
begin_fill(red)
turtle.done() 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