Step 1 of 30
Time Remaining30:00

Topic: Imaginary Unit Suffix

1 / 30

An electrical engineer is migrating a mathematical model from a textbook to a Python script. In their textbook, a specific impedance is represented using the standard mathematical notation:

z=5+3iz = 5 + 3i

However, when they type this into the Python interpreter, they receive a SyntaxError. To follow Python's specific internal naming convention for imaginary units, which letter must they use to replace ii?

Your Answer

Select the best option below.

i
j
k
x

Review your choice before proceeding.