Vidyalelo
Python · Q168

Module in Python

Programming · Python · question 168

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
Answer

Answer: Option D

Solution

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