Notice: we moved to https://sihan.hashnode.dev/
How to add a key and a value to the key of a dictionary:
code:
a = {}
a["home"] = "New York"
No comments:
Post a Comment