Python - Tuple, Create, Edit, Convert to List

Описание к видео 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

Комментарии

Информация по комментариям в разработке