MCQ Single Best Answer Not Set

QWhat is likely to be the output after the following statements?
import time
y = time.asctime()
print(y[:3])

ID: #3955 Python Date Time MCQ 193 views
Question Info
#3955Q ID
Not SetDifficulty
Python Date Time MCQTopic

Choose the Best Option

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

  • A 2016
  • B 3:40
  • C Sat
  • D 04
Correct Answer: Option C

Explanation

Sat Current week day only 3 letter

Share This Question

Challenge a friend or share with your study group.