I am new to programing in general and was tasked with downloading an image using python, however I am having trouble getting any image. For an example I am using:
urllib.urlretrieve(i.imgur.com/oFwqoz6.png, Meme.png)
and always receive the say error which is:
IOError: [Errno 2] No such file or directory: 'i.imgur.com/oFwqoz6.png'
this baffles me due to the link working in the web browser, am I missing something simple here?