Advertisement
Guest User

Untitled

a guest
Aug 4th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. >>> a = open('test.py', 'r')
  2. >>> a.read
  3. <built-in method read of file object at 0x7fe7aadb7420>
  4. >>> a.read()
  5. 'import tweetstream\nimport time\nimport threading\nimport...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement