Vidyalelo
Python · Q156

Module in Python

Programming · Python · question 156

Q156

What will be the output of the following Python code? import datetime d=datetime.date(2016,7,24) print(d)

A.
Error
B.
2017-07-24
Answer
C.
2017-7-24
D.
24-7-2017

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board