python variables

Python Variables-: Like any other programming language python Variables are nothing but reserved memory locations to store values. This means that when we create a variable we 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. So we … Read more