Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>> a = open('test.py', 'r')
- >>> a.read
- <built-in method read of file object at 0x7fe7aadb7420>
- >>> a.read()
- 'import tweetstream\nimport time\nimport threading\nimport...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement