Calculate Days from Today

# Introduction In Python, you can easily calculate the date of `n` days from today using the `datetime` module. In this challenge, you will be asked to write a function that takes an integer `n` as input and returns the date of `n` days from today.

|60 : 00

Click the virtual machine below to start practicing