- A Displays the weekday number from 0(Sunday) to 6(Saturday)
- B Displays the AM or PM equivalent for locale
- C Displays the date appropriate for locale
- D Displays the week number of the year from 00 to 53
Python Programming Language MCQ Python Module MCQ
⚠ Report ✓ Question Verified Copy Link
from datetime import *
print(datetime.today().strftime('%W'))
Learn More MCQ Questions from Python Programming Language MCQ Python Module MCQ