When I write the function like this
From PIL import Image Myimage = Image.open("img.jpg") Myimage.show()
It shows this error :