Python Variables

In Python, Variables are containers for storing data values. A variable is created when we first assign a value to it.

Code :