Create a list from a column in txt.file

Viewed 14

I have a txt.file and would like to make 4 lists out of the 4 columns in the txt.file.

I have written a code to read the file but I don't know how do the lists.

with open('Datainlupp1.txt') as f: reader = csv.reader(f)

0 Answers
Related