How to check Pillow version

You can easily check the version of Pillow with the following code. First, import the Pillow library as PIL.

import PIL
print(PIL.__version__)

Free Learning Resources

Recommended Laptops

Leave a Comment

Your email address will not be published.