Problem
Write a function avg_month_close(lines, month) that takes the lines from the stocks file in a list and the abbreviation for a month (i.e. "Jan", "Feb") as parameters and returns the average value of the closing prices during that month for all the years in the file. Each line has a Date, Open, High, Low, and Close.