Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 19)
19.
Which of the following data types is used to represent a complex number?
int
float
complex
str
Answer: Option
Explanation:
The complex data type in Python is used to represent complex numbers, which are numbers with a real and imaginary component.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.