Informatics Practices
Define Sequence data type in Python? Give two examples.
Python Funda
2 Likes
Answer
A sequence data type is a data structure that holds an ordered collection of items. These items can be of any type, and the sequence maintains their order.
For example — list, string.
Answered By
1 Like
Related Questions
Give any two features of Python.
If the value of a = 10 and b = 15, then a *= b will assign …………… to the variable a.
- 25
- 150
- 100
- 225
The software which is freely available for use but source code may not be available comes under —
- Open-Source
- Firmware Software
- Freeware Software
- Proprietary Software
Which of the following is a valid variable name?
- 1name
- na*me
- name
- name one