Generate Date Range in Python

# Introduction In Python, the `datetime` module provides classes for working with dates and times. One common task is to create a list of dates between two given dates. In this challenge, you will create a function that takes two dates as input and returns a list of all the dates between them.

|60 : 00

Click the virtual machine below to start practicing