• + 1 comment

    I can't understand what is wrong with my code? if name == 'main': n = int(input()) a=input().split() tup=tuple(a) print(hash(tup))