Login
Remember
Register
Ask a Question
What is the purpose of relational operators in Python?
0
votes
asked
Oct 11, 2021
in
Python
by
rajeshsharma
What is the purpose of relational operators in Python?
relational-operators
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 11, 2021
by
rajeshsharma
The purpose of relational operators in Python is to compare values.
...