Lists and tuples - Python for beginners

Published: 14 September 2019
on channel: Python enthusiast
393
14

Support the channel via the links below:
Paypal: https://www.paypal.com/donate?hosted_...
https://www.buymeacoffee.com/Kostadin

It is important to understand the difference between list and tuple in Python 3. The video covers examples with lists and tuples. This video will answer the following questions:
- What is a list
- How to create a list
- What is a tuple
- How to create a tuple
- What is the difference between a list and a tuple

A list starts and ends with square brackets and the elements are separated with a comma.
A tuple starts and ends with parenthesis, the elements are separated with a comma, but it differs from a list as it is immutable.

This is part 4 of the python tutorials for beginners.

Subscribe to the channel for more Python-related videos!


Watch video Lists and tuples - Python for beginners online without registration, duration hours minute second in high quality. This video was added by user Python enthusiast 14 September 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 393 once and liked it 14 people.