Python
Python Chapter 6
In a value-returning function, the value of the expression that follows the key word _____ will be sent back to the part of the program that called the function.
In a value-returning function, the value of the expression that follows the key word _____ will be sent back to the part of the program that called the function.
In a value-returning function, the value of the expression that follows the key word _____ will be sent back to the part of the program that called the function.
Answer: return
Learn More :