TypeError: contours is not a numpy array, neither a scalar

how to resolve this error please help me
thank you

please kindly replace the screenshot with TEXT, so ppl can try your code, it can be indexed, etc, thank you.

use the OpenCV docs and look up the call signature of the python variant of findContours

print(contours)
print(type(contours))