In unix shell script:
if I call
function_name "${!variable}"
-> variable will replaced during the execution/runtime
is there something alternative exists in python? there are some other logic involved prior creating the variable
. But I'm interested in {!variable}
alternative.