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...
На этой странице сайта вы можете посмотреть видео онлайн Python Tuple & List длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Deep Hobbying 11 Июль 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 136 раз и оно понравилось 5 зрителям. Приятного просмотра!