Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (55.6k points)

Can anyone tell me what is sequence data type?

1 Answer

0 votes
by (119k points)

Sequences help you to store multiple values in deterministic ordering and efficient way.

There are six types of sequences: strings, byte sequences, lists, tuples, byte arrays, and range objects. Dictionaries and sets are containers for non-sequential data.

I recommend enrolling in this Python Training Course by Intelllipaat if you are interested to learn Python.

Also, watch this video on Python Sequences:

Related questions

0 votes
1 answer
asked Nov 2, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Nov 2, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
0 votes
1 answer
asked Nov 2, 2020 in Python by Sudhir_1997 (55.6k points)

Browse Categories

...