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

Instruction

Okay, final question!

Exercise

Define a function named find_monthly_savings(). The function should take two arguments: amount and years, and should calculate how much the user should save each month so that he or she can save up the whole amount in a given number of years. If the amount is lower than 0, or if the number of years is 0 or less, return None instead.