Guest User

Untitled

a guest
Oct 17th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def read(resource_location):
  2. with open(resource_location, 'r') as resource:
  3. text = resource.read()
  4. return text
Add Comment
Please, Sign In to add comment