Computer Science, asked by premalaraman6489, 3 months ago

explain complex data type in python​

Answers

Answered by Anonymous
5

Python Numbers

They are defined as int , float and complex classes in Python. We can use the type() function to know which class a variable or a value belongs to. ... 1 is an integer, 1.0 is a floating-point number. Complex numbers are written in the form, x + yj , where x is the real part and y is the imaginary part.

Answered by Anonymous
5

Python Numbers

They are defined as int , float and complex classes in Python. We can use the type() function to know which class a variable or a value belongs to. ... 1 is an integer, 1.0 is a floating-point number. Complex numbers are written in the form, x + yj , where x is the real part and y is the imaginary part.

Answered by Anonymous
5

Python Numbers

They are defined as int , float and complex classes in Python. We can use the type() function to know which class a variable or a value belongs to. ... 1 is an integer, 1.0 is a floating-point number. Complex numbers are written in the form, x + yj , where x is the real part and y is the imaginary part.

Similar questions