We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de77f0 commit 9646aabCopy full SHA for 9646aab
Dictionary.py
@@ -36,6 +36,7 @@
36
37
#what if key value pairs is not present in dictionary
38
myData["GoodInStudy"]=True #write key-value pair if that is not ther than it will automatically added
39
+# what happen if key is there already than last entry of same key-value will b shown in ou Dictionary
40
print(myData["GoodInStudy"])
41
42
0 commit comments