Blog Post #9: The Building Blocks: Working with Numbers (Integers and Floats)
In Post #8, we learned that variables are like labeled boxes for storing data. We stored a number (100) and some text (“Alex”), hinting that Python treats different kinds of data differently. These different kinds are called data types. A data type simply tells Python what sort of data a variable is holding and what … Read more