Datatypes In Python
1. Numbers:
Numbers are used to represent quantities in Python.
Integer (int): Whole numbers without any decimal points.
age = 10
Float (float): Numbers with decimal points.
height = 4.5 data type in Python represents complex numbers, which c...
shravanii.hashnode.dev2 min read