is there no colormode in python 3.9 code example
Example: python turtle write
import turtle
t = turtle.Turtle()
t.write(arg = "Hello there",font = ("Calibri",16,"bold"))
import turtle
t = turtle.Turtle()
t.write(arg = "Hello there",font = ("Calibri",16,"bold"))