What will be the output of the following Python code if the system date is 18th August, 2016?
import datetimed=datetime.date.today()print(d.month)
यदि 18 अगस्त, 2016 को सिस्टम डेट निम्नलिखित Python कोड का आउटपुट क्या होगा?
A. August अगस्त
B. Aug
C. 08
D. 8