in Python: may be so obvious, :) anyway, we are looking for ?, below:
def printname(x):
print ?,x
>>> a = 1.3
>>> printname(a)
>>> 'a',1.3
so something instead of ? to represent the name of passed argument.
if not that obvious ? any trick or solution?