Python Tutorial: Lists | Part 1

Опубликовано: 02 Июль 2019
на канале: Practical Coding
208
9

In this two-part video, learn the very basics of how to use Python lists. We will be covering how to reference individual elements within a list and common methods and functions used to manipulate lists in Python 3.
-----------------------------------------------------------------------------------------------------------
New Methods:
.append() Adds a new element to the end of a list
.insert() Adds a new element to a designated position in a list
.remove() Removes an element from a list based on the value
.pop() Removes and grabs an element from a list
-----------------------------------------------------------------------------------------------------------
Don't forget to like and subscribe!!!

Previous video:
   • Python Strings, Integers, and Floats ...  

#pythonlists #python #PracticalCoding


Смотрите видео Python Tutorial: Lists | Part 1 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Practical Coding 02 Июль 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 208 раз и оно понравилось 9 людям.