Advertisement
gorskaja2019

Untitled

May 8th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #считали данные
  2. file = open('f.txt','r',encoding='utf-8')
  3. for line in file:
  4. print(line.rstrip())
  5. file.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement