У нас вы можете посмотреть бесплатно Lists & Tuples in Python - Beginner Python Tutorial #4 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, we go over two data structures in python, lists and tuples. Lists are a mutable structure. This means that you can dynamically change the size and contents of the list. We have several different functions to do this. I cover in this video append, pop, remove, insert, and a few others. Tuples, on the other hand, are an immutable data type. This means that once you create a tuple object, that tuple object and those values inside do not change. When you make changes to a tuple you'll actually be creating a new tuple. Indexing works the same in lists and tuples. Leave a comment and let me know how python is going for you guys and girls! SUBSCRIBE to not miss any future tutorials Link to list/tuple documentation: https://docs.python.org/3/tutorial/da... if you have any questions about anything covered, leave a comment down below. ------------------------- PYTHON TUTORIAL SERIES: Why Learn Python? +Setup: • Why Should you Learn Python? - Simple... 1. Math & Variables: • Math & Variables in Python - Beginner... 2. Conditional Statements (if, elif, else): • Conditional Statements (if, elif, els... 3. Functions: • Functions in Python - Beginner Python... 4. Lists & Tuples: • Lists & Tuples in Python - Beginner P... 5. For Loops & While Loops: • For Loops & While Loops in Python - B... Learn to Program a game: • How to Program a Game! (in Python) ------------------------- Follow me on social media! Instagram | / keithgalli Twitter | / keithgalli ------------------------- If you are curious to learn how I make my tutorials, check out this video: • How to Make a High Quality Tutorial V... ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it! https://www.kite.com/get-kite/?utm_me... *I use affiliate links on the products that I recommend. I may earn a purchase commission or a referral bonus from the usage of these links.