Skip to content

Commit

Permalink
Create dup_keys.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srijan-deepsource committed Sep 2, 2020
1 parent 6bd0f20 commit 136039c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dup_keys.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
my_dict = {
"key_one": 1,
"key_two": 2,
"key_one": 3
}

0 comments on commit 136039c

Please sign in to comment.