Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 1)
1.
What is the purpose of the sys module?
File I/O operations
System-specific parameters and functions
Mathematical operations
Web development
Answer: Option
Explanation:
The sys module provides access to some variables used or maintained by the Python interpreter and functions that interact strongly with the interpreter. It is often used for accessing command line arguments, interacting with the Python runtime environment, and more.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.