show in python, prompt the user to enter sales figures
show in python, prompt the user to enter sales figures for each month of the
year. Use a loop to prompt and store the results in an array. Once all 12 months data is entered then loop through the array and calculated the total sales for the year and the monthly average for the year.