May-23-2021, 11:36 PM
I wasn't suggesting that you use prices[1], I was just showing that prices can be indexed.
you can find out how many prices there are with the len function:
you can find out how many prices there are with the len function:
numprices = len(prices)