Vidyalelo
Python · Q24

Module in Python

Programming · Python · question 24

Q24

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
Answer
D.
Current time only

Answer: Option C

Solution

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