- Number data types are used to store the numerical values
- Different numerical types in Python
Integer numbers: Positive or Negative whole numbes(EX: 1,10,-18)
Floating point numbers: Real number with decimal points(EX: 10.9, 23.008)
Complex numbers: Numbers are in the from of X+Yi , where i is the imaginary number