Day 14: Python Data Types and Data Structures
Data Types:
What Are Data Types?
Data types classify or categorize data items.
They determine what operations can be performed on specific data.
Python’s Data Types:
Numeric Types:
Integer (whole numbers)
Complex (imaginary numbers)
Float (...
sahilkaushal.hashnode.dev3 min read