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

2 lines
40 B
Python

FIRST_NAME, LAST_NAME, PHONE = range(3)