11.
Resursive functions are faster than their iterative counterparts.
12.
Resursion is defined as defining anything in terms of itself.
13.
Python passes parameters by value.
14.
Once a function is defined , it may be called any number of times from many different places in a program.