Vidyalelo
Python · Q48

Module in Python

Programming · Python · question 48

Q48

What will be the output of the following code:import datetimeprint(datetime.date.today())

A.
The current date
Answer
B.
An error will occur
C.
datetime
D.
26-08-23

Answer: Option A

Solution

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