Commit 2ec002ee by BellCodeEditor

auto save

parent 8e8d915d
Showing with 5 additions and 3 deletions
a=20
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.shape("turtle") p.shape("turtle")
for i in range(5): for i in range(10):
p.forward(200) p.forward(144)
p.right(144) p.right(90)
a=a+10
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