I want to do something like this:
fib = 1 foo = (arg): print arg, argName # the name of the variable that was put in for arg foo(fib)
A
Can't be done. Python doesn't distinguish between names at that level.