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.
In Electronics ‘i’ is used to represent current and hence they use ‘j’ to represent iota. Python adheres to this same convention.
A String data type in python lets you hold any valid character (even numbers) into a set of quotation marks. e.g. ‘aim1’, “abc123”
1. What is String data type in Python ? Read More »