0
How to I add a Image in my code?
Like-- I'll add a out put image of tree. How I can?
2 Respuestas
+ 3
import urllib.request as req
url = "https://i.ibb.co/3cG3YT7/IMG-20210317-140150.jpg"
req.urlretrieve(url, 'image.png')
+ 2
Couldn't help myself. 😂🤣
https://code.sololearn.com/c0lr6qudOZ93/?ref=app