Identifiers can be a combination of letters in lowercase ( a to z ) or uppercase ( A to Z ) or digits ( 0 to 9 ) or an underscore (_). Names, like myCountry, other_1, and good_morning - all are valid examples. A Python identifier can begin with an alphabet ( A - Z, a - z, and _ ).