Computer Science, asked by khushijaiswal02, 4 months ago

in Python program___ statement is used to exit from the function and go to the point where it is called​

Answers

Answered by snehamys3004
1

Explanation:

The in-built quit() function offered by the Python functions, can be used to exit a Python program. As soon as the system encounters the quit() function, it terminates the execution of the program completely.

Answered by lakshaysoni01279473
1

Answer:

Explanation: The in-built quit() function offered by the Python functions, can be used to exit a Python program. As soon as the system encounters the quit() function, it terminates the execution of the program completely.

Similar questions