Question: How to use python to solve without use index function? Now you are working for a finance company and you have data in form of
How to use python to solve without use index function?


Now you are working for a finance company and you have data in form of two lists, one is a list of stock names, the other is a list of the prices of those stocks. You can start with the following data: stocks ['IBM', AAPL', 'GOOG, 'FB, SMSN', 'INTC, 'MCD', 'TWTR' stockPrices [23.4,24.5,25.3,56.7,89.4,45.3,43.6,67.4] Suppose the value of a particular stock has increased by a certain percentage. Write a program that does the following: Requirements: Ask the user to enter the name of the stock .Ask the user to enter the percentage increase
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
