

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of the following program? tday=datetime.date.today() print(tday.month()) |
A. | August |
B. | Aug |
C. | 08 |
D. | 8 |
Answer» E. | |