Read line by line any file text
# open file and insert all lines into list with open(<filename>) as f: content = f.readlines()