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.



