Python 🐍 Lists and Tuples

Опубликовано: 10 Январь 2020
на канале: APMonitor.com
1,756
24

Lists are a way of storing a sequence of values and possibly different types of information in just one variable. They are created with square brackets [ ]. Tuples are similar to a list but the sequence of values is immutable (can't be changed). Tuples use () to surround values instead of [] for lists.

Source Files: https://apmonitor.com/che263/index.ph...