Advertisement
gorskaja2019

files

May 8th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. file = open('f.txt','r',encoding='utf-8')
  2. A = file.read()
  3. file.close()
  4. print(A)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement