school.py

Created by apocaliips

Created on August 08, 2023

261 Bytes


from turtle import *
from time import *

def draw_ringtone1():
  hideturtle()
  penup()
  pensize(2)
  goto (0,-50)
  pendown()
  circle (30)
  penup()
  goto(0,-26)
  pendown()
  circle(6)
  penup()
  goto(0,-21)
  pendown()
  circle(1)
  penup()