Python 3 compatible use of print function

This commit is contained in:
John Vandenberg
2015-10-19 08:24:13 +11:00
parent 237e5d1394
commit 7f091dc19b

View File

@@ -18,4 +18,4 @@ service = build('compute', 'v1', credentials=credentials)
request = service.instances().list(project=PROJECT, zone=ZONE)
response = request.execute()
print response
print(response)