Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 14)
14.
Which module in Python is used for working with the operating system, providing a way to execute shell commands?
os
system
shell
command
Answer: Option
Explanation:
The os module in Python provides a way to interact with the operating system, including functions to execute shell commands.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.