Respuesta :

The keyword that tells the subprogram what value to return is called; Return

Programming in Python

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