SyntaxFix
Write A Post
Hire A Developer
Questions
I tested this and it works fine for me:
from PIL import Image im = Image.open('image.jpg') im.show()