Copy paste this into a blank python file (assuming turtle is installed correctly) and run it.
If you can't copy this just click here to download the pre-made one.
from turtle import *
#f
pensize(15)
pencolor("#5892dc")
penup()
back(200)
right(270)
pendown()
forward(200)
right(90)
forward(100)
penup()
right(180)
forward(100)
right(270)
forward(100)
right(270)
pendown()
forward(90)
penup()
right(180)
forward(90)
right(270)
forward(100)
right(270)
#s
pencolor("#5892dc")
forward(150)
right(270)
pendown()
right(90)
forward(100)
right(270)
forward(100)
right(270)
forward(100)
right(90)
forward(100)
right(90)
forward(100)
penup()
right(90)
forward(200)
right(270)
#o
pencolor("#5892dc")
forward(60)
right(270)
pendown()
forward(200)
right(90)
forward(100)
right(90)
forward(200)
right(90)
forward(100)
#line
pencolor("#5892dc")
penup()
right(180)
forward(150)
right(90)
forward(40)
right(90)
pendown()
forward(510)
#delivered and produced by FSO Industries ©️™️
Designed with Mobirise web page themes