Pergunta de entrevista da empresa Tata Consultancy Services

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

Resposta da entrevista

Sigiloso

9 de jun. de 2025

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