Загрузка страницы

Difference Between List, Tuple, Set and Dictionary in Python

This Tutorials explains the difference between List, Tuple, Set and Dictionary in Python

# DIFFERENCE BETWEEN
# LIST - square braces
# TUPLE - rounded braces
# SET - The set keyword
# DICTIONARY - curly braces: made up of key-value pairs

list1 = ["Computer", "Printer", "TV", "Camera", 89, 30.8]

tuple1 = ("Computer", "Printer", "TV", "Camera", 89, 30.8)

set1 = set(["Computer", "Printer", "TV", "Camera", 89, 30.8])
dict1 = {
1: "Monday",
2: "Tuesday",
3: "Wednesday"
}

Written explanation here:
https://www.kindsonthegenius.com/difference-between-list-tuple-set-and-dictionary-in-python/

For all tutorials visit: http://www.kindsonthegenius.com

Subscribe Kindson The Tech Pro Youtube: https://bit.ly/2PpJd8Q
Join my group ICS on Facebook: https://bit.ly/2UULiQj
Follow me on Instagram - https://www.instagram.com/kindsonm/
Connect with me on LinkedIn: https://www.linkedin.com/in/kindson/
Follow me on Twitter: https://twitter.com/KindsonM
Learn about me: http://www.kindsonthegenius.com

Видео Difference Between List, Tuple, Set and Dictionary in Python канала Kindson The Tech Pro
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
27 декабря 2018 г. 3:49:01
00:11:57
Яндекс.Метрика