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

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

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

Explanation

Displays the abbreviated month name

Share This Question

Challenge a friend or share with your study group.