Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. >>> import urllib
  2. >>> import urllib2
  3. Traceback (most recent call last):
  4.   File "<pyshell#6>", line 1, in <module>
  5.     import urllib2
  6. ImportError: No module named urllib2
  7. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement