Vidyalelo
Python · Q151

Module in Python

Programming · Python · question 151

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board