mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
4 lines
116 B
Python
4 lines
116 B
Python
|
import urllib.request
|
||
|
|
||
|
urllib.request.urlretrieve('https://www.python.org/ftp/python/2.7.6/python-2.7.6.amd64.msi')
|