What are Sequence Data types in Python

Published: 25 September 2023
on channel: 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


On this page of the site you can watch the video online What are Sequence Data types in Python with a duration of hours minute second in good quality, which was uploaded by the user Grab this info 25 September 2023, share the link with friends and acquaintances, this video has already been watched 59 times on youtube and it was liked by 4 viewers. Enjoy your viewing!