import penndraw as pd

pd.clear(138, 206, 0)

pd.set_font_size(64)

pd.text(0.5, 0.5, "brat")

pd.run()