__________is the python Operator responsible for declaring variables
Answers
Answered by
3
Unlike other programming languages, Python has no command for declaring a variable. A variable is created the moment you first assign a value to it.
please mark as brainlist
Answered by
0
Assignment (=) operator is the python Operator responsible for declaring variables
In Python, to declare a variable:
1.Simply give the variable a name.
2.Give it the necessary value.
3.We don't need to describe the data type of the variable because it will be determined automatically based on the value assigned.
Similar questions
English,
4 months ago
English,
4 months ago
History,
4 months ago
Math,
9 months ago
Social Sciences,
9 months ago