Q.

What is the output of the following program? tday=datetime.date.today() print(tday.month())

A. August
B. Aug
C. 08
D. 8
Answer» D. 8
727
0
Do you find this helpful?
3

View all MCQs in

Python Programming

Discussion

No comments yet