Date Months From Current Date

# Introduction This Python challenge requires a function that can calculate the date four months from the current date. The function must use Python's dateutil module's relativedelta to add four months to the current date.

|60 : 00

Click the virtual machine below to start practicing