Another aspect of financial markets that interests you is securities. You decide to show off your knowledge and skills of data structures by creating a list of investments and its associated stock symbol and then print out the list, sorted by the stock name.
Prompt the user to enter the name of these 5 stocks and associated stock symbols: Apple – AAPL Maxar – MAXR Ford Motor – F Spirit Airlines – SAVE Boeing Company – BA Save user input in a dictionary data structure. Print the list of 5 stocks and symbols, sorted by stock name.
Submit the Python source code file. Submit a screenshot of the output of the program run.