python turtle text size code example
Example: with font type stuff python turtle
import turtle
pen = turtle.Turtle()
pen.write("Python is cool", font=("Calibri", 8, "bold"))
import turtle
pen = turtle.Turtle()
pen.write("Python is cool", font=("Calibri", 8, "bold"))