Examveda

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

A. The current date

B. An error will occur

C. datetime

D. 26-08-23

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python