> In the programming world or python, how is information passed to a function?

In the programming world or python, how is information passed to a function?

Posted at: 2014-12-18 
Typically in a stack frame

By parameters inside of ()