google.cloud veri deposundan içe aktar
istemci =veri deposu.Client()
anahtar =client.key("Görev", "örnekGörev")
görev =datastore.Entity(anahtar)
görev.update({
"description":"Cloud Datastore'u Öğrenin",
"bitti":Yanlış,
"öncelik":4,
"disko_topu":b'\xe2\x9c\x85' # unicode dize
})
client.put(görev)
''''