Vidyalelo
Python · Q117

Module in Python

Programming · Python · question 117

Q117

What will be the output of the following Python code? import time t=(2010, 9, 20, 8, 15, 12, 6) time.asctime(t)

A.
'20 Sep 2010 8:15:12 Sun'
B.
'2010 20 Sept 08:15:12 Sun'
C.
'Sun Sept 20 8:15:12 2010'
D.
Error
Answer

Answer: Option D

Solution

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