You are viewing a single comment's thread. Return to all comments →
I tried this:
if name == 'main': n = input()
values = map(int,input().split()) t_value = tuple(values) hashed = hash(t_value) print(hashed)
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 →
I tried this:
if name == 'main': n = input()