## In which file did you encounter the issue? python-docs-samples/video/cloud-client/analyze/analyze.py there's a bug in lines 64-69. the `print` statement should contain the `.format()` for each line.
In which file did you encounter the issue?
python-docs-samples/video/cloud-client/analyze/analyze.py
there's a bug in lines 64-69. the
printstatement should contain the.format()for each line.