Question: Exercise 5 . 7 . 1 8 Calling Functions - Sum of Numbers, in python 1 point You previously defined a function that is meant
Exercise
Calling Functions Sum of Numbers, in python
point
You previously defined a function that is meant to accept two numbers as its parameters and return their sum. You also wrote the function body. Now it is time to revise what you did in the previous exercises and revisit it or redo it again. This time, you will call your function to see what it performs.
copy the code you implemented in Exercise and use it in this exercise.
add a function call at the end of the function body outside the function body. Use your function name to call it For example, if your function name is sumofnumbers you call it and execute it as:
sumofnumbers
Now run your code and see the output. If you have an error or you don't see an output, your code needs debugging. look for errors in your code.
That is it about calling a function. You did it
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
