import csv import sys import sys from itertools import combinations f = open("d.csv", 'rt') reader = csv.reader(f) for row in reader: ...
確定! 回上一頁