Skip to content

Instantly share code, notes, and snippets.

@ProgDan
Created June 12, 2020 13:46
Show Gist options
  • Save ProgDan/2b9505998e755d41d7415bbfea5e4634 to your computer and use it in GitHub Desktop.
Save ProgDan/2b9505998e755d41d7415bbfea5e4634 to your computer and use it in GitHub Desktop.
pen = turtle.Turtle()
pen.speed(0)
pen.shape("square")
pen.color("white")
pen.penup()
pen.hideturtle()
pen.goto(0, 260)
pen.write("Score: 0 High Score: {}".format(high_score), align="center", font=("Courier", 24, "normal"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment