Starting in 1999 the U.S. government mint released state-specific quarters at a rate of five states per year. Find the release year for each state’s quarters online, e.g., www.usmint.gov. Copy that information into a Python program (as a string, or a list, or tuples, or list of lists, etc.) Write functions that do the following:
(a) Print the names of the states in the order of release of their quarters. Also, print the years, along with the names.
(b) Print the names of the states in increasing order of the length of their names. Also print the years along with the names.
(c) Prompt for a year and print all the quarters issued that year.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.