Skip to content

Commit 9646aab

Browse files
committed
Python Course
1 parent 9de77f0 commit 9646aab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dictionary.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
#what if key value pairs is not present in dictionary
3838
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
3940
print(myData["GoodInStudy"])
4041

4142

0 commit comments

Comments
 (0)