Single Choice Not Set

QWhat will be the output after the following statements?
import time
y = (2016, 2, 10, 12, 45, 32, 5, 0, 0)
print(time.asctime(y))

ID: #3954 Python Date Time MCQ 204 views
Question Info
#3954Q ID
Not SetDifficulty
Python Date Time MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Current time in seconds since the Epoch at 00:00:00 GMT on January 1, 1970
  • B Current date and time
  • C Sat Feb 10 12:45:32 2016
  • D No output
Correct Answer

Explanation

Sat Feb 10 12:45:32 2016

Share This Question

Challenge a friend or share with your study group.