I want to open image in python.I have been using PIL for opening the image but it throw 'module' error is not callable
import PIL
from PIL import Image
image=Image.open(r'C:\Users\intel\Downloads\11fcf12ff3cf97e8e7a88f3e485255e6.jpg')
print(image)
display(image) #the error is thrown here