Using python write a program that does the following:
•Create the logic for a program that calculates and displays the amount of money you would have if you invested $3000 at 2.65 percent interest for one year.
•Create a separate method to do the calculation and display the result.
•Make sure you pass at least one variable into the method and return one value