d. Explain the term operator in Python? class 8th
Answers
Answered by
3
Answer:
What are operators in python? Operators are special symbols in Python that carry out arithmetic or logical computation. The value that the operator operates on is called the operand. For example: >>> 2+3 5. Here, + is the operator that performs addition.
Answered by
0
Answer:
Operators:- Operators are special symbols that are used to perform operation on operands the values that the operator
oprates on are called operands
Similar questions