

McqMate
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 |
View all MCQs in
Python ProgrammingNo comments yet