Programming Language Python Module MCQ Question #3572
Single Choice Not Set

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

ID: #3572 Python Module MCQ 359 views
Question Info
#3572Q 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 abbreviated month name
  • C Displays the abbreviated day name
  • D Displays the full weekday name
Correct Answer

Explanation

Displays the full weekday name

Share This Question

Challenge a friend or share with your study group.