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...
Auf dieser Seite können Sie das Online-Video Python Tuple & List mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Deep Hobbying 11 Juli 2018 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 136 Mal angesehen und es wurde von 5 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!