Introducing Basic Data Types in Python

Posted by

This video is a brief introduction to the basic data types in python: int, float, complex, str, and bool. I don’t mention “None” but technically that is a sixth basic data type that only takes on one value, “None”.

The five basic data types are “int”, “float”, “complex”, “bool” and “str”. Check out the video for more: