Handling Dates in Any Year (Challenge)

# Introduction In this challenge, we will write a script that handles dates in any given year. The objective is to print out all the dates of Sundays in the specified year. To accomplish this, we will utilize the time, datetime, and calendar modules in Python. The script will be located at `~/project/Sunday.py`, with each date printed on a separate line.

|60 : 00

Click the virtual machine below to start practicing