Sollicitatievraag bij Tata Consultancy Services

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

Antwoord op sollicitatievraag

Anoniem

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