Commit 13356688 by BellCodeEditor

save project

parent 56261d56
Showing with 7 additions and 1 deletions
import turtle import turtle as p
p.speed(100000000)
for i in range(1,700):
p.forward(i)
p.left(91)
p.done()
\ 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