How to use Data Types in Python || Python Tutorial || Nafiz Anam
Built-in Data Types
In programming, data type is an important concept.
Variables can store data of different types, and different types can do different things.
Python has the following data types built-in by default, in these categories:
- text type : str
- Numeric Types : int , float , complex
- Sequence Types : list , tuple , range
- Mapping Type : dict
- Boolean Type: bool
================================================================ #python_project #python_calculator #learn_python #python #python_tutorial #python_beginner #python3_2020 #learn_with_nafiz
================================================================

No comments