Get Friday Day and Last Date of the Month

Python TutorialThe calendar module offers different functions and tools when working with dates. One of the most useful functions of the calendar module is the monthrange function – returns weekday of first day and number of days in a given month.In this...