10 Function
-
R uses the keyword
function
to create a function -
Python uses the keyword
def
to create a function - Both copy the objects as arguments to the function
- Both evaluates the function as lazy evaluation
function
to create a function
def
to create a function