怎么样用Python语言打出自己的名字,例如“顾宇”二字
import turtle turtle.write("你的名字", move=False, align="left", font=("Arial", 8, "normal"))