90.py 112 Bytes Edit 1 2 3 4 5 import turtle pen=turtle.Pen() pen.write("98876",font=("Times",100,"normal")) pen.hideturtle() turtle.done()