Read a file and output a list for each line without having the '\n' at the end.
open(filepath, 'r').read().splitlines()