What will be the output of the following code:
import datetime
print(datetime.date.today())
print(datetime.date.today())
A. The current date
B. An error will occur
C. datetime
D. 26-08-23
Answer: Option A

Join The Discussion