z google.cloud importovať datastore
klient =datastore.Client()
key =client.key("Task", "sampleTask")
task =datastore.Entity(key)
task.update({
"description":"Learn Cloud Datastore",
"hotovo":nepravda,
"priorita":4,
"disco_ball":b'\xe2\x9c\x85' # reťazec unicode
})
client.put (úloha)
```