Computer Science, asked by Diyarathi1809, 1 day ago

Assertion (A): The complex numbers have two parts: real and imaginary
Reason (R): In Python, the real and imaginary parts of a complex number are represented as floating-point numbers.
A. A is false but R is true.
B. Both A and R are false.
C. Both A and R are true but R is not the correct explanation of A.
D. Both A and R are true and R is the correct explanation of A.​

Answers

Answered by dhyan531
0

Answer:

Assertion is true and reason is false.

Explanation:

Assertion - It is correct as the complex number have bot imaginary part and real part.

Reason - It is false because if we declare a variable in python in the form of a = x+yj we get the data type of the variable as complex

Hope this helps you.

Please mark as brainliest...

Similar questions