here2share

# download_an_image.py

Apr 5th, 2015
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. # download_an_image.py
  2.  
  3. import urllib
  4. urllib.urlretrieve('http://s4.postimg.org/77wrw37pl/logo_python.png', r'c:\tn_py-logo.png')
Add Comment
Please, Sign In to add comment