how to download image using python
Attachments:
Answers
Answered by
0
Answer:
how to download image using python
- response = requests. get("https://i.imgur.com/ExdKOOz.png")
- file = open("sample_image.png", "wb")
- file. write(response. content)
- file.
Explanation:
Similar questions
History,
9 days ago
Math,
9 days ago
Math,
19 days ago
Computer Science,
9 months ago
Physics,
9 months ago