# Write code to read content from # http://cs1110.cs.virginia.edu/files/arbys.csv # then (print) display the file content on screen # Be sure to read from the Internet, # do not download the file to your computer # Count the number of stores in each state. # Then print a dictionary containing pairs # of states and number of store, where # key is the state and # value is the number store in the state # For example, # {'VA': 106, 'AR': 43, 'NS': 2, 'IN': 175, 'PA': 137, 'MO': 85, 'SC': 69, 'ID': 19, 'MN': 81, 'WV': 39, 'KS': 55, 'ND': 11, 'TN': 106, 'NH': 2, 'NM': 27, 'AZ': 70, 'CT': 8, 'FL': 140, 'NJ': 19, 'SK': 4, 'TX': 132, 'AK': 8, 'IL': 125, 'AB': 27, 'MB': 2, 'HI': 3, 'LA': 27, 'MA': 4, 'NY': 73, 'NB': 2, 'SD': 19, 'MI': 173, 'KY': 117, 'OK': 91, 'CA': 98, 'WI': 90, 'WY': 16, 'CO': 61, 'WA': 55, 'BC': 8, 'MD': 43, 'MS': 23, 'OH': 268, 'NE': 44, 'IA': 54, 'OR': 29, 'ON': 29, 'UT': 66, 'AL': 97, 'MT': 19, 'NC': 130, 'ME': 5, 'NV': 26, 'GA': 143, 'DE': 15}