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 b04c51a commit 4bf065bCopy full SHA for 4bf065b
Dictionaries/dictionary.py renamed to dictionaries/dictionary.py
@@ -1,6 +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
+# They are fast since they use hashing
4
5
capitals = {'US':'Washington',
6
'UK':'London',
0 commit comments