Bad_Programist

Untitled

Nov 28th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. with open(' ', 'r') as f:
  2.     for line in lines:
  3.         b.append(line)
  4. with open(' ','w') as fin:
  5.     for i in range(1, len(b) - 1):
  6.         print(b[-i], file = fin)
Advertisement
Add Comment
Please, Sign In to add comment