Computer Science, asked by dhanshreebhure0209, 4 months ago

1.      What is the category of following according to the type of datatype –               
    List                               Tuple                 Set         
Dictionary​

Answers

Answered by madhalaimuthucharlas
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, 10 months ago