What will be the output of the following Python code if the system date is 21st June, 2017 (Wednesday)?
Posted: Wed Jul 13, 2022 7:45 pm
tday=datetime.date.today()
print(tday.isoweekday())
a) Wed
b) Wednesday
c) 2
d) 3
print(tday.isoweekday())
a) Wed
b) Wednesday
c) 2
d) 3