In python, is there a way to print the user provided name (not the value) of a variable that is supplied to a function?
I would like to print out the name of a variable that is supplied when a function is used in Python.
I would like to print out the name of a variable that is supplied when a function is used in Python.