Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 20)
20.
What is the purpose of the subprocess module?
Working with regular expressions
Handling dates and times
Interacting with shell commands and external processes
Sorting elements in a list
Answer: Option
Explanation:
The subprocess module in Python is used for interacting with shell commands and external processes, providing a way to spawn new processes and connect to their input/output/error pipes.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.