Commit f5c13569 by BellCodeEditor

auto save

parent bf87cda6
Showing with 15 additions and 0 deletions
from turtle import *
hideturtle()
bgcolor("black")
color("rellow")
x = 10
y = 0
for i in range(10):
pendown()
circle(x,360)
penup()
x+=10
y-=10
sety(y)
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