Exploring variables using Python Recap Welcome! This is a series where I introduce programming fundamentals in the programming language Python. In the last article I talked about data types. All programs basically do one thing, they take in some data, and output some data. What a program does with that data…