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,[email protected],123456
John,[email protected],123456
So now in my python script lets say i wanna get line number 2's email ([email protected]), how to do that?