Cara Memeriksa Versi OpenCV Menggunakan Python

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