Skip to content

Instantly share code, notes, and snippets.

@ProgDan
Created June 12, 2020 13:48
Show Gist options
  • Save ProgDan/161383c453ce3bb260821a3c66e5220c to your computer and use it in GitHub Desktop.
Save ProgDan/161383c453ce3bb260821a3c66e5220c to your computer and use it in GitHub Desktop.
# Aumenta a pontuação
score = score+10
if score > high_score:
high_score = score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment