We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e7f06 commit b04c51aCopy full SHA for b04c51a
Dictionaries/dictionary.py
@@ -1,5 +1,6 @@
1
# Dictionary is collection of key-value pairs. Dictionary is ordered(from
2
# python 3.6 onwards), changeable and does not contain any duplicates
3
+They are fast since they use hashing
4
5
capitals = {'US':'Washington',
6
'UK':'London',
0 commit comments