C-16-Q055mediumsingle_mcq
Where is the value of a Python variable stored?
Where is the value of a Python variable stored?
- aon the printer
- bin the computer's memory
- con the keyboard
- din the network cable
ব্যাখ্যা
When a variable is created, the program stores its value in the computer's main memory (RAM) so the value can be retrieved and used later. The variable name acts as a label pointing to that memory location.