Closed NitinNR closed 3 years ago
Please see the Beware
section in the README: https://github.com/RaRe-Technologies/sqlitedict#documentation
Please see the
Beware
section in the README: https://github.com/RaRe-Technologies/sqlitedict#documentation
pair = {"name":"","age":""}
mydict["key"] = pair
mydict["key"]["name"] = "changed'
not able to assign.please tell me how this works!
please tell me how i can achieve this?
pair = {"name":"","age":""}
mydict["key"] = pair
mydict["key"]["name"] = "changed'
not able to assign.please tell me how this works!