api-samples
api-samples copied to clipboard
Fix for Python 3
@youtube The following changes should be made:
- Fix all the code samples. They seem to be written in Py 2, but no google employers are using Python 2 at the moment.
E.g.print "Hello World">print("Hello World") - Discontinue support for Python 2.