Login
Remember
Register
Ask a Question
What is == in Python?
0
votes
asked
Sep 24, 2021
in
Python
by
Robin
What is == in Python?
equal-operator
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 24, 2021
by
Robin
It is an operator which is used to check or compare the values of two objects
...