Welcome to Westonci.ca, your one-stop destination for finding answers to all your questions. Join our expert community now! Get detailed and accurate answers to your questions from a community of experts on our comprehensive Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

The _____________ keyword tells the subprogram what value to return.

Sagot :

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