filmov
tv
Python - Tuple, Create, Edit, Convert to List

Показать описание
#Python #Tuple
Following Operations are Performed:
Creation of a Tuple.
Converting a Tuple to a List.
Editing a Tuple.
Hash Function
Following Task is Performed:
Given an integer, n, and n space-separated integers as input, create a tuple, t, of those n integers. Then compute and print the result of hash(t).
Sample Input
2
1 2
Sample Output
3713081631934410656
Following Operations are Performed:
Creation of a Tuple.
Converting a Tuple to a List.
Editing a Tuple.
Hash Function
Following Task is Performed:
Given an integer, n, and n space-separated integers as input, create a tuple, t, of those n integers. Then compute and print the result of hash(t).
Sample Input
2
1 2
Sample Output
3713081631934410656