mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
2 lines
54 B
Python
2 lines
54 B
Python
dictionary = {1:"a", 2:"b", 2:"c"}
|
|
print dictionary[2] |