RosettaCodeData/Task/Enumerations/Python/enumerations-2.py
2015-02-20 00:35:01 -05:00

1 line
40 B
Python

FIRST_NAME, LAST_NAME, PHONE = range(3)