# 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.
Click the virtual machine below to start practicing