Commit e67ad17e by BellCodeEditor

save project

parent 510b8df4
Showing with 10 additions and 7 deletions
import turtle
p=turtle.p
p.shape("turtle")
i=0
while i<5 :
p.forword(100)
p.right(144)
i=i+1
p=turtle.Pen()
p.shape("turtle")
p.fillcolor("white")
p.begin_fill
i=0
while i<5 :
p.forward(100)
p.right(144)
i=i+1
p.end_fill()
p.hideturtle()
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