2022-07-20 python►notes python - csv 加载文件 12with open('data.csv', 'r') as f: r = csv.reader(f) Newer docker example Older python problems