Hello guys.
So I created a program which read a csv file with 2 columns and stock values in a and b string variables for each iteration of rows in the file.
The goal was to find the line's number where a==b in b column but the problem is that python return me :
'File ~\Music\po\TEST.py:33 in <module>
a = row1[lines1]
IndexError: list index out of range'
I don't know how to solve it and it been 1 hour that I'm stuck.
N.B : 1st Image : my code | 2nd : my csv file
In advance, thx for your help