Not sure how to do this I tried googling it but to no avail. I want to print out a specific line in my while loop
450 42.5 16625.0
460 42.0 16820.0
470 41.5 17005.0
480 41.0 17180.0
490 40.5 17345.0
500 40.0 17500.0
example of part of my output loop I would like to print out the line before the price starts to drop.
So essentially my output would look like this
450 42.5 16625.0
460 42.0 16820.0
470 41.5 17005.0
480 41.0 17180.0
490 40.5 17345.0
500 40.0 17500.0
XXXX is 470
XXXX is 41.5
XXXX is 17005.0