Python Operator Chaining… and why you still can’t trust ChatGPT
A colleague of mine recently posted the following on a Teams channel which we’ve appropriately named “Something cool I learned today!”: "a" in "abc" is True will evaluate to False (!) This is because the [Python] interpreter reads this as "a" in ("a...
Mar 3, 20253 min read62

