Commit e67ad17e by BellCodeEditor

save project

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