Change the line
pen.write("score: {} High Score: {}".format(score, high_score), align="center", font=("Courier", 24, "Normal"))
To:
pen.write("score: {} High Score: {}".format(score, high_score), align="center", font=("Courier", 24, "normal"))
Its not "Normal", its "normal".