Just by assigning a value first time to a variable, Python creates the variable. (true/false)
Answers
Answered by
0
Explanation:
search it on google............
Answered by
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