Why can't we enter the imaginary part in complex data type in formats other than decimal number (for example octal/binary/hex)? In real part we can use any form (hexadecimal/octal)
Ex.1:
x = 0B1111 + 20J # => valid
Ex. 2:
x = 0B1111 + 0b111J # => Syntax Error