How to remove n from a list element?

I’m trying to get Python to a read line from a .txt file and write the elements of the first line into a list. The elements in the file were tab- separated so I used split("t") to separate the elements. Because the .txt file has a lot of elements I saved the data found in each line into a separate list.