In my CSV file there is 10 lines of data and each line consist of 1 person's account details.
heres 2 lines of my file for example:
Name:Email:Password
Matt,Matt@gmail.com,123456
John,John@gmail.com,123456
So now in my python script lets say i wanna get line number 2's email (John@gmail.com), how to do that?