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....