veriable declaration in python is done at
Answers
Answered by
1
Answer:
There is no variable declaration in Python! You just assign a value to a variable and it comes into existence. But never use a variable name without having assigned a value beforehand.
Answered by
1
Answer:
Hi..
Explanation:
Actually there is no variable declaration in python..
We assign some value to a variable when we want to use it..
Hope it helps you
Please mark brainliest
Similar questions