📜  带有字体类型的东西 python turtle - Python 代码示例
📅  最后修改于: 2022-03-11 14:46:48.499000             🧑  作者: Mango
代码示例1
import turtle
pen = turtle.Turtle()
pen.write("Python is cool", font=("Calibri", 8, "bold"))