In Python programming,
the
statement is used to exit from a function and go back to the point from where it was called.
O loop
Orange
O condition
O return
Answers
Answered by
2
Answer:
Return
Explanation:
The return statement is used to exit from a function and go back to the point from where it was called.
Answered by
0
" Option d) return is correct answer ".
Explanation:
- In python programming the statement is used to exit from a function and go back to the point from where it was called as return .
- The return keyword in python programme exits a function and tells python to run the rest of the main program.
- In python programme, a return keyword can send a value back to the main program.
- A flow is nothing but how the program is executed. The return statement is used to exit python function, which can be used in many different cases inside the program.
- But the two common ways where we use this statement are below. When we want to return a value from a function after it has executed or exited
Similar questions