Jak sprawdzić wersję OpenCV za pomocą Pythona

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