Computer Science, asked by laveshgaur1, 4 months ago

Just by assigning a value first time to a variable, Python creates the variable. (true/false)​

Answers

Answered by davidsingh25853
0

Explanation:

search it on google............

Answered by jeonjk0
1

Answer:

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.

Similar questions