Use the optional font argument to turtle.write() , from the docs: turtle.write( arg, move=False, align="left", font=("Arial", 8, "normal") )
確定! 回上一頁