python apply file line

Solutions on MaxInterview for python apply file line by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "python apply file line"
Addison
19 Sep 2016
1with open(filename) as f:
2    content = f.readlines()
3# you may also want to remove whitespace characters like `\n` at the end of each line
4content = [x.strip() for x in content] 
5
similar questions
queries leading to this page
python apply file line