what is binary operator in python
Answers
Answered by
1
Binary operator :
Explanation:
- The Binary operator is an operator who takes the two operands for processing. For example "4+5", Here '+' operator will take two operands to process.
- There are so many binary operators is used in Python like +,-,%,/ and e.t.c.
- The operator is used to perform some calculation for the value of operands.
Learn More:
- Python : https://brainly.in/question/14689905
Similar questions