Date Difference in Days (Challenge)

# Introduction In Python, we can calculate the difference between two dates in days using the `datetime` module. This challenge will test your ability to write a function that takes two dates as input and returns the number of days between them.

|60 : 00

Click the virtual machine below to start practicing