Working with Variables in Python
|
|
| Working with Variables in Python |
You can use variables to perform corresponding operations, just as you did with numbers and strings:
RUNAs you can see, the variable stores its value throughout the program.