Vidyalelo
Python · Q65

Module in Python

Programming · Python · question 65

Q65

What will be the output of the following Python code? import datetime d=datetime.date(2017,06,18) print(d)

A.
Error
Answer
B.
2017-06-18
C.
18-06-2017
D.
06-18-2017

Answer: Option A

Solution

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