when i am writing >>> 2+3 i get output as 5...but how this value 5 is stored in the memory location?...what is the name given to that memory location? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

when i am writing >>> 2+3 i get output as 5...but how this value 5 is stored in the memory location?...what is the name given to that memory location?

30th Jun 2016, 6:39 PM
dhrubadeep mitra
dhrubadeep mitra - avatar
2 Answers
+ 3
the value is not stored. if you want it to be stored you should write "variable = 2+3"
30th Jun 2016, 7:37 PM
Jasper Ro
Jasper Ro - avatar
0
it just executed with the memory given in python interpreter. this value would vanish when u execute the next line, but if u need to store this you must declare variable
14th Jul 2016, 3:29 AM
sundar
sundar - avatar