Page 1 of 1

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
by answerhappygod
tday=datetime.date.today()
print(tday.isoweekday())
a) Wed
b) Wednesday
c) 2
d) 3