1.

What is the output of the code shown below if the system date is 18th August, 2016? tday=datetime.date.today() print(tday.month())

A. August
B. Aug
C. 08
D. 8
Answer» E.


Discussion

No Comment Found