Commit 347c007a by BellCodeEditor

save project

parent 8e357da3
Showing with 9 additions and 3 deletions
for i in range(99,0,-2):
print(i)
\ No newline at end of file
import turtle
h=turtle.Pen()
h.speed(0)
for i in range(300):
h.fd(i)
h.left(91)
h.ht()
turtle.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