Name the python operator which is responsible for declaring variable
Answers
Answered by
1
Answer:
Variables are containers for storing data values. 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.
Similar questions