1. What is the category of following according to the type of datatype –
List Tuple Set
Dictionary
Answers
Answered by
2
Answer:
In computer programming, a type or datatype is a defined kind of data, that is, a set of possible values and basic operations on those values.
Explanation:
In python
list is defined by [ ] Square brackets
Tuple is ( )
Tuple is immutable
set is { }
It is unordered collection of items.
Then dictionary is represented as key:value format
you can also use buit-in function dict( )
In here you can use any data type like str, int , float
Similar questions
Math,
2 months ago
Computer Science,
2 months ago
English,
4 months ago
Chemistry,
10 months ago
History,
10 months ago