Hi everybody!
I have a list like [1, 2, 3, 4, 5, 6, 7] and a csv file (text.csv) like this:
game1, 1, 2, 3, 4, 5
game2, 2, 6, 7, 8, 9
game3, 10, 11, 12, 13
I need to seek in csv file wich list numbers match and presents something like this:
game1: match 1 number
game2: match 2 numbers
game3...