At Westonci.ca, we connect you with experts who provide detailed answers to your most pressing questions. Start exploring now! Join our Q&A platform and get accurate answers to all your questions from professionals across multiple disciplines. Discover detailed answers to your questions from a wide network of experts on our comprehensive 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