jo.py

Created by numworks

Created on June 10, 2021

484 Bytes


from turtle import *
from math import *
up()
pensize (2)
pencolor('#ffb734')
goto(-10,-20)
pendown()
goto(10,-20)
goto(5,-110)
goto(-5,-110)
goto(-10,-20)
goto(-30,0)
goto(30,0)
goto(10,-20)
penup()
pencolor('red')
goto(13,0)
pendown()
circle (20,60)
circle(35,78)
goto(24,55)
goto(10,45)
goto(7,70)
left(50)
circle(45,115)
penup()
pencolor('orange')
pensize(2)
goto(7,0)
pendown()
goto(15,13)
goto(10,25)
goto(5,13)
goto(-2,35)
right(90)
circle(25,90)
penup()
goto(200,200)