Several languages I've seen use a symbol ^, and it does not seem to be reserved for anything in Python. This bothers me, since the character is ^(very) well known, and Python should be easy to use, which is not so important when using **.
Is there a logical explanation for this? I mean, this is not a huge difference, but just curious for this choice?
source
share