Looking at the examples, I'm not sure how well this would play out
in the context of just using variables, though:
s = a - s
s = a / c
s = a ~ p
By adding such operators we could potentially make math functions
compatible with strings by the way of duck typing, giving some
really weird results, instead of errors.
Well, i think that since everything in Python is an object, this example can
apply to anything. Like you need to put it in context. It's not a problem per se.
Kind Regards,
Abdur-Rahmaan Janhangeer