+ 1
Why is this code not outputting the image in the console
When ever i use urllib.request.urlretrieve(url,"photo.jpg") in my previous code it used to output picture to the console but why it is not working now? https://code.sololearn.com/cMOtyMx2wm2Q/?ref=app
2 Respuestas
+ 1
I always use .png files. Are you sure you used .jpg before?
+ 1
Thank you Paul it works now