+ 5
How this code work
3 Réponses
+ 2
Melu
These two lines
The first is the library
import urllib.request
The second is the request to get the image png
urllib.request.urlretrieve(url, '{}.png')
+ 1
I’m not sure why it works, but when those lines request image data from the URLs and then just leave it in the open, the sololearn interpreter displays the contact. I think in python is normal IDE, however, this would not work.
The avatar image you used is just creepy. Please change it.