Tipo de datos no mutable en Python
'''mutable reminds us of mutation i.e. it can change
immutable or non-mutable is the tuple (data type)
which has basically a list that is not meant to be changed in run-time.
'''
ruperto2770