Important Notice:

Course Content
The Calendar Module
Library Function/Predefined Functions
0/4
Sys Module
Library Function/Predefined Functions
0/2
OS Module
Library Function/Predefined Functions
0/2
Functions in Python (Chapter-10) M3-R5
About Lesson

firstweekday():-

        The firstweekday() returns which day is currently set as the first day of the week.

import calendar

calendar.setfirstweekday(1)

print(calendar.firstweekday())

error: Content is protected !!