Hello, I want to create my own .csv reader path = IN[0] z=[] with open(path) as csv_file: csv_reader = csv_file.readlines() for row in ...
確定! 回上一頁