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()) |
Important Notice:
The firstweekday() returns which day is currently set as the first day of the week.
|
import calendar calendar.setfirstweekday(1) print(calendar.firstweekday()) |