You are viewing a single comment's thread. Return to all comments →
use this in python 2 this will work : )
n = int(raw_input()) t = tuple(map(int, raw_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 →
use this in python 2 this will work : )
n = int(raw_input()) t = tuple(map(int, raw_input().split())) print hash(t)