Commit f8b6103f by BellCodeEditor

save project

parent b199d5c7
Showing with 17 additions and 0 deletions
print("hi")
\ No newline at end of file
from turtle import *
hideturtle()
bgcolor('black')
color('yellow')
x=10
y=0
for i in range(10):
pendown()
cire(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