jmquintana79
9/1/2016 - 1:18 AM

Read line by line any file text

Read line by line any file text

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