Q151
What will be the output of the following Python 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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board