Commit b04c65a7 by BellCodeEditor

save project

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