Skip to content

Instantly share code, notes, and snippets.

@ProgDan
Created June 12, 2020 13:48
Show Gist options
  • Save ProgDan/faab322ea1c764d651e1fa34c8095649 to your computer and use it in GitHub Desktop.
Save ProgDan/faab322ea1c764d651e1fa34c8095649 to your computer and use it in GitHub Desktop.
# zera a pontuação
score = 0
# atualiza a pontuação
pen.clear()
pen.write("score: {} High Score: {}".format(score, 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