I am trying to display a .jpg
image using Python.
I have tried this:
import image
image=image.open(C:\Users\Me\Desktop\image.jpg)
image.show()
I thought typing the path in the () will import the image. Where must I save the image for this to work or what must I write to be able to import an image from anywhere(for example the desktop)