Question: Consider the following Python function definition: def fun(n,m): return m-n what would be the value of the statement: fun(fun(1,2),3)
Consider the following Python function definition:
def fun(n,m):
return m-n
what would be the value of the statement:
fun(fun(1,2),3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
