num_complejo=complex(input("Ingresa tu numero que quieres a texto. "))

num_texto=str(num_complejo)

print(f"Tu numero complejo a texto es {num_texto}")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: