Frage im Vorstellungsgespräch bei Tata Consultancy Services

what is the difference between == and === in python

Antwort im Vorstellungsgespräch

Anonym

9. Juni 2025

== is used to check whether the data values are same or not without considering data-type, and === checks the data-type as well