• + 3 comments

    Only seems to work in Pypy:

    n = int(input()) elements = tuple(map(int, input().split())) print(hash(elements))