Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Quiz
4. Question 3
Summary

Instruction

Good job! Let's move on to Question 3.

Exercise

Write a function named get_nearest_dates() that returns a tuple with three dates: yesterday, today, and tomorrow (respectively).

Stuck? Here's a hint!

Remember to import the datetime module first.