Snapchat logo with python turtle

Опубликовано: 19 Март 2026
на канале: SNACTHY SHORTS
133
6

Snapchat logo with python turtle
Source code below:-
from turtle import *
bgcolor("yellow")
width(20)
penup()
goto(100,100)
pendown()
fillcolor("white")
begin_fill()
setheading(90)
circle(100,180)
fd(30)
lt(-110)
fd(30)
circle(25,180)
fd(20)
setheading(85)
circle(140,-60)
lt(-65)
circle(250,13)
lt(-70)
fd(15)
lt(90)
fd(52)
setheading(-28)
circle(198,54)
setheading(0)
fd(52)
lt(90)
fd(15)
lt(-70)
circle(250,13)
lt(-65)
circle(140,-60)
setheading(5)
fd(30)
circle(25,180)
fd(30)
lt(-90)
fd(30)
end_fill()
down()
color('black')
done()
Source code above is only for educational purposes please don't do any fraud practities