Q168
What will be the output of the following Python code if the system date is 18th August, 2016? tday=datetime.date.today() print(tday.month())
A.
August
B.
Aug
C.
08
D.
8
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board