Imagen de inserción de Python
from PIL import Image
myImage = Image.open("your_image_here");
myImage.show();
Cruel Copperhead
from PIL import Image
myImage = Image.open("your_image_here");
myImage.show();