hacker rank python(Tuples)

TUPLES

n = int(raw_input())
lists = map(int, raw_input().split())
print hash(tuple(lists))\

Compiler Message
Success
Input (stdin)Download
2
1 2
Expected OutputDownload
3713081631934410656

Comments

Popular posts from this blog

Amazon Web Services

Google Code-In mentorship experience :)

Hacker Rank all java and python problem solutions