Basic Variable Types in Python
This written lesson is part of Banana Chip Tech’s Python Crash Course. For video lectures, programming homework assignments, and other content please visit our website.
Variables are ways that we can store information for use later on in a program. For this reason, they are incredibly helpful when programming. The way that I like to think about variables are like jars where we can stuff information in and then…