

MCQOPTIONS
Saved Bookmarks
1. |
The output of the snippet of code shown below is: import datetime d=datetime.date(2016,7,24) print(d) |
A. | Error |
B. | 2017-07-24 |
C. | 2017-7-24 |
D. | 24-7-2017 |
Answer» C. 2017-7-24 | |