Tuples | HackerRank PYTHON | hash() function |

Publicado el: 06 junio 2019
en el canal de: Ultimate Gamer
2,367
8

Task

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) .

Input Format

The first line contains an integer,n , denoting the number of elements in the tuple.
The second line contains n space-separated integers describing the elements in tuple t.

Output Format

Print the result of hash(t).

Sample Input 0

2
1 2
Sample Output 0

3713081631934410656

Note: hash() is one of the functions in the _builtins_ module, so it need not be imported.


En esta página del sitio puede ver el video en línea Tuples | HackerRank PYTHON | hash() function | de Duración hora minuto segunda en buena calidad , que subió el usuario Ultimate Gamer 06 junio 2019, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,367 veces y le gustó 8 a los espectadores. Disfruta viendo!