Python Tuple Data Type
Python tuple is another sequence data type that is similar to a list. A Python tuple consists of a number of values separated by commas. Unlike lists, however, tuples are enclosed within parentheses.
The main differences between lists and tuples are: Lists are enclosed in brackets ( [ ] ) and their elements and size can be changed, while tuples are enclosed in parentheses ( ( ) ) and cannot be updated. Tuples can be thought of as read-only lists.
En esta página del sitio puede ver el video en línea Python - 018 : What is Tuple in Python ? de Duración hora minuto segunda en buena calidad , que subió el usuario The Digital Folks 28 junio 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,015 veces y le gustó 50 a los espectadores. Disfruta viendo!