RosettaCodeData/Task/Enumerations/Python/enumerations-2.py

2 lines
40 B
Python

FIRST_NAME, LAST_NAME, PHONE = range(3)