Advertisement
Guest User

Untitled

a guest
Feb 27th, 2013
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. import urllib2
  2.  
  3. if __name__=='__main__':
  4.     print urllib2.urlopen('http://www.google.com').read()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement