Get reliable answers to your questions at Westonci.ca, where our knowledgeable community is always ready to help. Discover reliable solutions to your questions from a wide network of experts on our comprehensive Q&A platform. Join our platform to connect with experts ready to provide precise answers to your questions in different areas.

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