Question: Suppose subtract(N1, N2) is a function that has been already defined (your program should rot define it!), which calculates the difference of the two parameters
Suppose subtract(N1, N2) is a function that has been already defined (your program should rot define it!), which calculates the difference of the two parameters N1 and N2. Write ONE Python statement to call this function to calculate the difference of 8 and 5 . Note that you are only asked to call this function (DO NOT define it)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
