Comment vérifier la version OpenCV à l'aide de Python

$ python # "python3"- if you are using another version of python
>>>import cv2
>>>cv2.__version__
Xanthous Xenomorph