• + 2 comments

    For Pypy3 Platform

    For some reason, this code is working only on Pypy3 platform. If anyone knows the reason for it, please explain!!

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