what is variable in python Interview question

 variable

--variable is a container that store the data--

---variable are used to hold data during execution of the programm

example:

a=5

a is variable which store 5


Comments

Popular posts from this blog