Commit ee7b1eff by BellCodeEditor

save project

parent 967da0fe
Showing with 1 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
distance=0.1 distance=0.01
for i in range(5000): for i in range(5000):
pen.forward(distance) pen.forward(distance)
pen.left(91) pen.left(91)
......
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