Hacker News new | ask | show | jobs
by 1718627440 227 days ago
In Python '==' and 'is' are not the same thing. '==' checks for equality, 'is' for identity.
1 comments

I am aware. I probably should have said "inspired".