Your friend Leonhard Euler is currently working on an important theorem about complex numbers. He needs a program that can convert the entered number to the complex type to check the calculations.
He chose Go because he had heard that the language made it easy to work with complex numbers. Help him finish recognizing a number from the entered string.
You'll need to take a look at the
Parse family of functions in the documentation of the strconv package to learn what function converts a string to the complex128 type.