Python Tuple & List

Publicado el: 11 julio 2018
en el canal de: Deep Hobbying
136
5

Every value in python has a data type. Since everything is an object in python programming, data types are actually classes and variables are instance (object) of these classes. You can use the type() built-in function to know which class a variable or a value belongs to. There are six different data types exists in python. You can find the YouTube link below, where we have discussed about Number & String data type.

   • Python Number, String & Variable  

Please watch this tutorial first (if you have not watched it yet).

Tuple & List:

Both Tuple & List are the collection of one or many elements, and each of these elements could be any one of the six data type present in Python.
Tuple is immutable (i.e. once defined, it cannot be change), while List is mutable (i.e. edit, insert and delete operation could be perform on list).
Syntax of list & tuple is slightly different. Lists are surrounded by square brackets [] and Tuples are surrounded by parenthesis ().

You can find the link to this presentation in below given path

https://github.com/DeepHobbying/Basic...

You can also find the code of this tutorial in below given path.

https://github.com/DeepHobbying/Basic...


En esta página del sitio puede ver el video en línea Python Tuple & List de Duración hora minuto segunda en buena calidad , que subió el usuario Deep Hobbying 11 julio 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 136 veces y le gustó 5 a los espectadores. Disfruta viendo!