tutorial.eyehunts.com
Python function return variable
You can return variables from Python functions the same as return any value. You have to make sure variables are in the scope of the function.
Rohit