Vidyalelo
Python · Q128

Module in Python

Programming · Python · question 128

Q128

The output of both of the print statements is the same. import datetime dt_1 = datetime.datetime.today() dt_2 = datetime.datetime.now() print(dt_1) print(dt_2)

A.
True
B.
False
Answer

Answer: Option B

Solution

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