Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 16)
16.
Which of the following data types is used to represent a date and time?
date
time
datetime
timezone
Answer: Option
Explanation:
The datetime data type in Python is used to represent a date and time. It is part of the datetime module in Python's standard library.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.