Pregunta de entrevista de Tata Consultancy Services

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

Respuesta de la entrevista

Anónimo

9 jun 2025

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