Advertisement
Regional_Push

8 a and b

Feb 12th, 2021
647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. def main():
  2.     list_of_lines = []
  3.     open_a_file = open('NENE01729A.txt','r')
  4.     for read_a_line in open_a_file:
  5.         read_a_line = read_a_line.strip()
  6.         list_of_lines.append(read_a_line)
  7.     print(list_of_lines)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement