с шрифтом материала Python Turtle

import turtle

pen = turtle.Turtle()

pen.write("Python is cool", font=("Calibri", 8, "bold"))
Arrogant Anteater