π§© Building Blocks of Python: Core Data Types:From Numbers to Strings
1οΈβ£ Data Types in Python
Python is dynamically typed β you donβt need to declare variable types. The type is set when a value is assigned.
Core Data Types:
Text β str
Numeric β int, float, complex
Sequence β list, tuple, range
Mapping β dict
Set...
jansi.hashnode.dev3 min read