Successful_Try543@feddit.orgtoPython@programming.dev•Confused about logical operators (i.e. "comparison operators", or "boolean operators") in Python
7·
6 days ago<=
is already no mathematical assignment operator, but a comparison operator. Thus there is no need to define e.g. <==
for comparing two values.
This reminds me on the niche tool in Mathematica I’ve been using, which has four different assignment oparators for that purpose.