We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa2150 commit 8b0e66cCopy full SHA for 8b0e66c
Tuples.py
@@ -0,0 +1,5 @@
1
+if __name__ == '__main__':
2
+ n = int(raw_input())
3
+ integer_list = list(map(int, raw_input().split()))
4
+ print(hash(tuple(integer_list)))
5
+
0 commit comments