Which of the following variable names is invalid in Python?

score_1

5score

Score

Sc0re

5score is invalid in Python as a variable name cannot start with a number.