Advertisement
Guest User

Untitled

a guest
Oct 6th, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. with open("file.txt", "r") as proto:
  2. proto.seek(10,20)
  3. data = proto.read()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement