Computer Science, asked by imtisungkum29313, 5 months ago

what is an expression consisting of values for performing calculations using suitable operators​

Answers

Answered by Anonymous
3

Operators are special symbols in Python that carry out arithmetic or logical computation. The value that the operator operates on is called the operand. Here, + is the operator that performs addition. 2 and 3 are the operands and 5 is the output of the operation.

Similar questions