hi, in python, how can i access the variables of one function into another function, is it possible, i tried the global variable method but that doesn't work for me.
can someone help me, how to access the variables from one function to another function.