DevJourney

Python/VIT/sem-1/ex-03/imagofcomplex.py

c = complex(input("Enter a complex number: "))
ci = c.imag
print(ci)
View on GitHub