#Create a variable for the file name filename = 'Plates_output_simple.csv' #This is simply a string of text #Open the file infile = open(filename, ...
確定! 回上一頁