Commit 8a979efd by BellCodeEditor

save project

parent 0cf06445
Showing with 2 additions and 4 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
b = 1
for i in range(300): for i in range(300):
turtle.forward(b) turtle.forward(i)
turtle.right(91) turtle.right(91)
b = b + 1
turtle.hideturtle() turtle.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