• + 0 comments

    use python 2 in above option if name == 'main': n = int(raw_input()) integer_list = map(int, raw_input().split()) res = hash(tuple(integer_list)) print(res)