Computer Science, asked by pankajpankajg8856, 1 year ago

Do Python variables have to be explicitly declared to reserve memory space ?

Answers

Answered by Anonymous
1

Python variables do not need explicit declaration to reserve memory space. The declaration happens automatically when you assign a value to a variable. The equal sign (=) is used to assign values to variables. There is no explicit keyword to declare a free variable in Python.

I hope this will help you

If yes then please follow me

Similar questions