If you want to find the value in the rows in a particular column, then you can try this: import csv with open("Footballers.csv") as f: ...
確定! 回上一頁