Computer Science, asked by noonesony9, 1 month ago

What will be the final result?
image=Image.open(′demo.jpg′);{Output:(1920,1280)}newimage=image.thumbnail((400,4
00))print(newimage.size)

Answers

Answered by subhatoshd
0

Answer:

1920,1280

Explanation:

output is the result

Similar questions