Files
codeql/python/ql/src/Expressions/DuplicateKeyInDictionaryLiteral.py
2018-11-19 15:10:42 +00:00

2 lines
54 B
Python

dictionary = {1:"a", 2:"b", 2:"c"}
print dictionary[2]