Computer Science, asked by chaitanyavani14, 3 days ago

Define operaters in python​

Answers

Answered by lakshgamer001
3

Answer:

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 bpl61294
3

Answer:

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.

Explanation:

Similar questions