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
AnswerD.
Current time only
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board