HOW TO MAKE A PYTHON TUPLE | How to create a tuple in Python | PYTHON BASICS ON LINUX | PART 5

Опубликовано: 03 Февраль 2020
на канале: Monkhaus
471
16

Subscribe! And come through on discord: https://discordapp.com/invite/aKeFUpF


If you want to learn Python buy you don't know how to learn the Python fundamentals you've come to the right place. Python programming is a great way to get started with programming because Python is so widely used. It's also a very high-level programming language which makes it easier to understand some programming paradigms and concepts that we will encounter in this Python series. In this tutorial we are using Python 3; the latest version of Python.



In this video, we create our first tuple in Python. A tuple is very similar to a list except that once we create a tuple we can't update or change it, the official name for this is 'immutable'. So a tuple is immutable, but a list is mutable, meaning we can in fact update, change, append, remove and perform many more functions on lists in Python.







Website:
https://computer-vision.io/
Discord:
https://discordapp.com/invite/aKeFUpF
Reddit:
  / computer_vision  
Twitter:
  / monkhousetom