Are these all the operators in Python or are there more?
==, !=, >=, <=
Are these all the operators in Python or are there more?
==, !=, >=, <=
The equality operators are the ones with the = sign before them, so yes they are the only ones :)
BUT
If you are ever unsure of anything regarding syntax or usage your best bet is Python Docs, it's even available offline with a quick press on F1 in IDLE as well as being on the internet.