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

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

ID: #3573 Python Module MCQ 279 views
Question Info
#3573Q ID
Not SetDifficulty
Python Module MCQTopic

Choose the Best Option

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

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

Explanation

Displays the full month name

Share This Question

Challenge a friend or share with your study group.