In this video, we will look at the six common built-in data types of Python.
They are-
1. Integer- positive or negative whole number
2. Float - floating point number/number having a decimal number
3. String- a sequence of characters
4. Boolean - status of true or false
5. List - allows to save multiple items in a single variable
6. Dictionary - allows to save data in key and value pair
We will also check the classes that represent the data types using the type() function.
Code link- https://codehs.com/sandbox/id/python-...