You are viewing a single comment's thread. Return to all comments →
Only seems to work in Pypy:
n = int(input()) elements = tuple(map(int, input().split())) print(hash(elements))
Seems like cookies are disabled on this browser, please enable them to open this website
Tuples
You are viewing a single comment's thread. Return to all comments →
Only seems to work in Pypy:
n = int(input()) elements = tuple(map(int, input().split())) print(hash(elements))