You are viewing a single comment's thread. Return to all comments →
n = int(input()) t = tuple(map(int, input().split())) print(hash(t))
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 →
For Pypy3 Platform
For some reason, this code is working only on Pypy3 platform. If anyone knows the reason for it, please explain!!