Commit 97039b6b by BellCodeEditor

save project

parent 832a1dbb
Showing with 6 additions and 2 deletions
import turtle import turtle
turtle.pen() pen=turtle.Pen()
dif distance=3
for i in range(100): for i in range(100):
pen.forward(distance)
distance=distance+1
pen
\ No newline at end of file
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