Computer Science, asked by falgunmpatel3625, 5 months ago

Name the python operator which is responsible for declaring variable

Answers

Answered by jrgpravallika801617
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