2 lines
86 B
Python
2 lines
86 B
Python
|
|
vars().update((key,val) for val,key in enumerate(("FIRST_NAME","LAST_NAME","PHONE")))
|