In PYTHON
Write a program that calculates the amount of money a person would earn over a user-specified number of days if their salary is one penny the first day, two pennies the second day, and continues to double each day.
The program should prompt the user for the number of days, and then displays a (well formatted) table showing the day #, the salary for that day, and total salary paid from day 1 through that day.