Python Programming - Standard Libraries - Discussion

Discussion Forum : Standard Libraries - General Questions (Q.No. 6)
6.
In Python, which module is commonly used for handling dates and times?
math
datetime
random
os
Answer: Option
Explanation:
The datetime module in Python is used for working with dates and times, providing classes and functions to manipulate and format date and time values.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.