api-samples icon indicating copy to clipboard operation
api-samples copied to clipboard

Fix for Python 3

Open Tyler887 opened this issue 3 years ago • 0 comments

@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.

Tyler887 avatar Apr 19 '22 16:04 Tyler887