# test basic complex number functionality # CPython 3.14 marks this constructor as deprecated, but it is still currently # supported by MicroPython. print(complex(1j, 2j))