filmov
tv
Comparing different types in Python: When you can (and can't), and what you can do about it

Показать описание
If you try to compare two objects of different types in Python, you'll likely get an error. Here's a short summary of what happens, and how you can deal with it.