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
Economy,
3 months ago
Social Sciences,
3 months ago
Science,
3 months ago
English,
6 months ago
Chemistry,
1 year ago