Ein gültiger Variablenname ist eine nichtleere Folge von Zeichen beliebiger Länge, die folgende Bedingungen erfüllt:
>>> greeting = "good morning"
>>>
>>> χαιρετισμός = "Good Morning"
>>> приветствие = "Good Morning"
>>> приветствие = "Καλημέρα"
>>>
>>> minimal_height = 1
>>> maximal_height = minimal_height + 10
>>>
>>> οχι_καλα = "δεν είναι καλή ιδέα" # possible but ...