Followers

Wednesday, 16 November 2022

Program to find the Numeric datatypes in Python

 In Python Programming, there are several datatypes supported. Numeric data types in python are  used to hold numeric values. There are 3 types of numeric datatypes allowed in python programming.

1.Integer

2.Float 

3.Complex.

type()  : is used to find the datatype of variable.


Reference of the code run in JupyterLab 

No comments:

Post a Comment