Q65
What will be the output of the following Python code? import datetime d=datetime.date(2017,06,18) print(d)
A.
Error
AnswerB.
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