Simple Data Types
In Python there are different data types, in the English language, we have numbers and words, whereas in python we have a few more data types than just numbers and words. In coding, we need to define what data type our variables are so that the code runs how we want it to.
In this lesson you will learn 4 different data types:
- Int
- Float
- Strings
These are the data types you will use the most, in fact, you’re probably already using some of these.