Commit dc17cc7a by BellCodeEditor

save project

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