Created
April 8, 2017 07:00
-
-
Save abhinavkorpal/93d8b7e62eb4f14b5ad93118e707795d to your computer and use it in GitHub Desktop.
Tuple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if __name__ == '__main__': | |
| n = raw_input() | |
| print hash(tuple([int(i) for i in raw_input().split()])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment