Kindly solve the error, it is not runnig in jupyter-notebook
cap.release()
^
SyntaxError: invalid syntax
here is my IDE :- https://ide.codingblocks.com/s/390668
Kindly solve the error, it is not runnig in jupyter-notebook
cap.release()
^
SyntaxError: invalid syntax
here is my IDE :- https://ide.codingblocks.com/s/390668
hey @sudiptakdas ,
You haven’t closed the print statement just before the cap.release() command.
Kindly just add one closing bracket to it.