You are viewing a single comment's thread. Return to all comments →
if name == 'main': n = int(input()) a = input() c = a.split() e = [int(k) for k in c] d = tuple(e) print(hash(d))
Seems like cookies are disabled on this browser, please enable them to open this website
Tuples
You are viewing a single comment's thread. Return to all comments →
if name == 'main': n = int(input()) a = input() c = a.split() e = [int(k) for k in c] d = tuple(e) print(hash(d))