What will be printed in the console if you run this code?
x = 1j print(x**2 == -1)
1j
True
A runtime error telling you that the variable j has not been initialized.
j
False