Q23
What will be the output of the following Python code if the system date is 18th June, 2017 (Sunday)? tday=datetime.date.today() print(tday.weekday())
A.
6
AnswerB.
1
C.
0
D.
7
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board