• + 2 comments

    my code is :

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

    But this code giving me the wrong answer.. Why?? Can anyone tell.??