Managing Specific Dates in a Year | Challenge

# Introduction In this challenge, we will be managing specific dates in a year by writing a script program that prints out all the dates falling on a Saturday in the year 2021. The objective is to ensure accurate handling of dates and times. To achieve this, we will be using Python libraries such as `time`, `datetime`, and `calendar`. The program will generate the desired output, with each date printed on a separate line.

|60 : 00

Click the virtual machine below to start practicing