What are Sequence Data types in Python

Опубликовано: 25 Сентябрь 2023
на канале: Grab this info
59
4

Python interview question.

What are Sequence Data types in Python?

The first one is list - List is mutable sequence used to store collection of items.

The next one is
tuple - tuple is immutable sequence used to store collection of items.

The 3rd one is
range - Represents an immutable sequence of numbers generated during execution.

The last 4th one is
str - Immutable sequence of Unicode code points to store textual data


На этой странице сайта вы можете посмотреть видео онлайн What are Sequence Data types in Python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Grab this info 25 Сентябрь 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 59 раз и оно понравилось 4 зрителям. Приятного просмотра!