1.

What is the output of the following code if the system date is 21st June, 2017 (Wednesday)? tday=datetime.date.today() print(tday.isoweekday())

A. Wed
B. Wednesday
C. 2
D. 3
Answer» E.


Discussion

No Comment Found