5. Why does Python uses symbol j to represent imaginary part of a complex number instead of the conventional i ?

In Electronics ‘i’ is used to represent current and hence they use ‘j’ to represent iota. Python adheres to this same convention.