Math, asked by sejaltembhare8748, 1 year ago

How are "collection" variables different from normal variables?

Answers

Answered by Anonymous
0
collection varaibles are in group but others are isolated
Answered by bw722136
2

Answer:collection variables can collect multiple data into a single veriable

Step-by-step explanation: collection variables are like list,dictionary,sets it is set or a list of data where we can store in a single data .

x=[1,2,a,b]

look upper one is a list we use in #python_programming

we can see x is a single data and there we have stored multiple data in that list .

so remember collection variable can store a single data but "collection variable" can store multiple datas

Similar questions