Single Choice Not Set

QWhat does the following statements do?
from datetime import *
print(datetime.today().strftime('%a'))

ID: #3592 Python Module MCQ 213 views
Question Info
#3592Q ID
Not SetDifficulty
Python Module MCQTopic

Choose the Best Option

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

  • A Displays the full month name
  • B Displays the full day name
  • C Displays the abbreviated day name
  • D Displays the abbreviated month name
Correct Answer

Explanation

Displays the abbreviated day name

Share This Question

Challenge a friend or share with your study group.