Day #54 - is' vs '==' in Python
Introduction
Welcome to my 54th blog post on the Python journey. On day 54, I learned about the comparison operator 'is' and '=='. We will also have a look at the difference between the 2 operators in this blog post. Let's dive into more details and ...
codewithjain.hashnode.dev4 min read
Gemma Black
Thanks for explaining it for someone who doesn't touch python much at all. Makes sense