Commit dc17cc7a by BellCodeEditor

save project

parent ba55fbcd
Showing with 9 additions and 5 deletions
from turtle import *
circle(10)
pu()
sety(-40)
pd()
circle()
r=10
a=40
for i in range(4):
circle(r)
pu()
sety(-1*a)
pd()
r+=40
a+=40
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