Domanda di colloquio di Tata Consultancy Services

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

Risposta di colloquio

Anonimo

9 giu 2025

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