how to import image in python using pil code example Example: pil python image from PIL import Image im = Image.open("bride.jpg") im.rotate(45).show()