You are viewing a single comment's thread. Return to all comments →
n = int(input()) t = tuple(map(int,input().split())) print (hash(t))
try to run this code in pypy. it works
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 →
try to run this code in pypy. it works