comment stocker le fichier .png dans la variable python
from PIL import Image
>>> img = Image.open('test.png')
>>> img.show()
multiverse coder'