Computer Science, asked by 9avj9, 3 months ago

What is // operator known as?
*in python*​

Answers

Answered by Jo2420
0

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. 2 and 3 are the operands and 5 is the output of the operation.

Explanation:

For AND operator – It returns TRUE if both the operands (right side and left side) are true. For OR operator- It returns TRUE if either of the operand (right side or left side) is true. For NOT operator- returns TRUE if operand is false. There are two membership operators that are used in Python.

Identity operators are used to compare the objects, not if they are equal, but if they are actually the same object, with the same memory location: Operator

Similar questions