Can this be easily done in Python?

TUA kai.peters at gmail.com
Tue Sep 27 15:58:40 EDT 2016


Is the following possible in Python?

Given how the line below works

TransactionTerms = 'TransactionTerms'


have something like

TransactionTerms = <some Python code here>

that sets the variable TransactionTerms to its own name as string representation without having to specify it explicitly as in the line above....



More information about the Python-list mailing list