from csv import reader def func(sku_list): values = [] with open(sku_list, \'r\', encoding = \'utf-8\') as pr: rows = reader(pr) for sku in