• + 0 comments

    use this in python 2 this will work : )

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