「python入門」CSVファイルを読み込む方法 2018年6月24日サンプル for line in open('changfa.csv’, 'r’): list = line[:-1].split(',’) print list PythonPosted by arkgame