India Languages, asked by riminandy80, 7 months ago

what is an operators in python​

Answers

Answered by itzdreamer44
12

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.

Similar questions