Saved Bookmarks
| 1. |
Write a python program to explore all arithmetic operator using two or more oparand |
|
Answer» 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. |
|