• + 1 comment

    run after changing the language to Pypy 3

    if name == 'main': n = int(input()) integer_list = map(int, input().split()) t=tuple(integer_list) print(hash(t))