1.

Storage places for different kinds of values.are values that cannVariables are​

Answer»

Answer:

variables are values which can changed over time

EXPLANATION:

here basically VARIABLE are those where u can store ur DATA

  • for example: a= [1,2,3,4,5]
  • print(a)
  • SIMPLY a
  • here the a is the variable where data ( list ) are stored so ,

when I write print (a) or simply then a following output comes.. 1

2

3

4

5

hope you will get the answer properly!!



Discussion

No Comment Found