You are viewing a single comment's thread. Return to all comments →
my code is :
n=int(input()) t=tuple(map(int,input().split(" "))) print(hash(t))
But this code giving me the wrong answer.. Why?? Can anyone tell.??
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 →
my code is :
But this code giving me the wrong answer.. Why?? Can anyone tell.??