Commit 07a7ce59 by BellCodeEditor

save project

parent a427bd8e
Showing with 7 additions and 1 deletions
...@@ -4,4 +4,10 @@ ...@@ -4,4 +4,10 @@
""" """
import turtle import turtle
pen=turtle.Pen()
ghj=1
for i in range(300):
pen.forward(ghj)
pen.right(91)
ghj=ghj+1
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