10 Function
-
R uses the keyword
functionto create a function -
Python uses the keyword
defto 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