Elipse function

 import turtle

def draw(red):

for i in range(2):

turtle.circle(red,90)

turtle.circle(red//2,90)


turtle.seth(-45)

draw(100)




Comments

Popular posts from this blog

Polygon function