Commit b04c65a7 by BellCodeEditor

save project

parent 3ce5e422
Showing with 8 additions and 2 deletions
import turtle import turtle
p=turtle.p p=turtle.p
p.shape("turtle") p.shape("turtle")
for i in range(5): i=0
while i<5 :
p.forword(100) p.forword(100)
p.+turtle p.right(144)
i=i+1
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