You are viewing a single comment's thread. Return to all comments →
if __name__ == '__main__': n = int(input()) l = tuple(map(int, input().split())) tuple_hash = hash(l) print(tuple_hash)
note implement in Pypy3
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 →
note implement in Pypy3