IDNLearn.com: Your destination for reliable and timely answers to any question. Get accurate and comprehensive answers from our network of experienced professionals.
The keyword that tells the subprogram what value to return is called; Return
There are different types of keywords in python programming for carrying out specific tasks. For example, the keyword "def" is used to create a function.
There are also other keywords used in python programming but the one that is used to tell the subprogram what value to return or send back is called Return.
Read more about Programming in Python at; https://brainly.com/question/26497128