Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 44)
44.
What is the purpose of the platform module?
Sorting elements in a list
Handling dates and times
Providing access to platform-specific APIs
Working with regular expressions
Answer: Option
Explanation:
The platform module in Python provides access to platform-specific APIs and information about the current operating system.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.