Computer Science, asked by teshu85, 1 year ago

what are variables in python...​

Answers

Answered by shraiykhaddar05
9

Answer: Python - Variable Types. Advertisements. Variables are nothing but reserved memory locations to store values. This means that when you create a variable you reserve some space in memory. Based on the data type of a variable, the interpreter allocates memory and decides what can be stored in the reserved memory.

Explanation:

Answered by brendinamehmeti13
3

Answer:

variables are the storage location where the data is stored.

Explanation:

Similar questions