# 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.
Click the virtual machine below to start practicing