import turtle
 #pen=turtle.Pen()
pen.write("Hi,hyg",font=("Times",18,"normal"))
pen.hideturtle()
turtle.done()