Examveda

What will be the output of the following Python code?
import time
time.asctime()

A. Current date only

B. UTC time

C. Current date and time

D. Current time only

Answer: Option C


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python