Python Programming - Debugging - Discussion

Discussion Forum : Debugging - General Questions (Q.No. 6)
6.
What is the purpose of the Python input() function during debugging?
Pauses the program execution and waits for user input
Prints debugging information to the console
Exits the program immediately
Sets a breakpoint in the code
Answer: Option
Explanation:
The input() function in Python pauses the program execution and waits for user input during debugging, allowing interaction with the program.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.