name the unary operators in Python
Answers
Answered by
0
Answer:
Artimetic
Explanation:
The unary form means identity, returning the same value as its operand. Subtraction: The - operator in Python can be used in both the binary and unary form. The binary form means subtract, returning a result that is the stan- dard arithmetic difference of its operands: left operand minus right operand.
Similar questions