t.py
323 Bytes
import turtle
pen=turtle.Pen()
pen.color("red")
pen.left(45)
pen.circle(50,180)
pen.forward(100)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.hideturtle()
pen.pencolor()
screen=turtle.Screen()
screen.bgcolor("light bule")
pen.write(",mnxfd.kmfrklgteijmgrjih",font("Times",30","normal"))
turtle.done