You could use the pandas module to do this. import pandas as pd with open('employees.txt', 'r') as inFile: # Read the text file in as a list ...
確定! 回上一頁