Skip to content

Instantly share code, notes, and snippets.

@abhinavkorpal
Created April 8, 2017 07:00
Show Gist options
  • Save abhinavkorpal/93d8b7e62eb4f14b5ad93118e707795d to your computer and use it in GitHub Desktop.
Save abhinavkorpal/93d8b7e62eb4f14b5ad93118e707795d to your computer and use it in GitHub Desktop.
Tuple
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