Computer Science, asked by divyanshbindal126, 1 month ago

Write a python program to explore all arithmetic operator using two or more oparand

Answers

Answered by priyankabelwal0
1

Answer:

Relational operators in Python are also called as Comparison operators. They are used to compare the operands on either side and determine the relation between them. The output of the comparison results in a Boolean value.

Similar questions