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...
In questa pagina del sito puoi guardare il video online Python Tuple & List della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Deep Hobbying 11 luglio 2018, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 136 volte e gli è piaciuto 5 spettatori. Buona visione!